Simple CMS Plugin hide mor items

Forums Forums All other PixoPoint plugins Simple CMS Plugin hide mor items

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1668
    basmati
    Member

    hello – one more question to simple cms plugin:

    i did some changes in the php array – they all work, except for the item "Formular" (this sidebar item was created by the plugin "Contact Form 7" (Version 2.4.2 | by Takayuki Miyoshi)

    [code:fh3qyivq]global $menu;
    /* List of items to remove */
    $restricted = array(
    __( ‘Dashboard’ ),
    __( ‘Posts’ ),
    __( ‘Links’ ),
    __( ‘Appearance’ ),
    __( ‘Tools’ ),
    __( ‘Settings’ ),
    __( ‘Comments’ ),
    __( ‘Plugins’ ),
    __( ‘Formular’ ),
    __( ‘Banners’ ),
    __( ‘Boxes’ )
    );[/code:fh3qyivq]

    items for "banners" and "boxes" are hidden but not the "Formular" item.

    array changes i did:

    [code:fh3qyivq] __( ‘Formular’ ),
    __( ‘Banners’ ),
    __( ‘Boxes’ )[/code:fh3qyivq]

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.