• Activating this plugin removes the Media Menu item from the WP Admin Dashboard (that is the main menu to the left). As soon as I deactivated this plugin, the Media Icon returned to the menu.

Viewing 1 replies (of 1 total)
  • Same issue in WP 4.5 I just noticed.

    Here is function to use instead. ??

    `add_action(‘init’, ‘cng_author_base’);
    function cng_author_base() {
    global $wp_rewrite;
    $author_slug = ‘profile’; // change slug name
    $wp_rewrite->author_base = $author_slug;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Conflict with WP 4.2.2’ is closed to new replies.