Best Blackhat Forum

Full Version: [GET] WPMUdev All Plugins Pack - March 2015 Updated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Would be great if the OP maintains with current updates. Regards and reps added
new link please
can you please post latest version of
CoursePress Pro
thank you
how do you upload /activate these plugins ? does it need the wpmu-dev-dashboard first?
I ask this because i uploaded one of the plugins and it is not showing in my plugin list of WP admin

thanks in advance
can anyone help ?
(05-27-2015 04:45 PM)Aaroni Wrote: [ -> ]how do you upload /activate these plugins ? does it need the wpmu-dev-dashboard first?
I ask this because i uploaded one of the plugins and it is not showing in my plugin list of WP admin

thanks in advance

Check if the zip file is package containing docs and other stuff, could be that you have to unzip the file to find the real plugin to upload. You don“t need the WMPUDEV dashboard for the plugin to work, in fact i advise you not to install it and if you want to get rid of the nags you can add the code bellow (my own code) to your functions.php file. Hope this helps.
[/code]
Code:
add_action( 'admin_init', 'xant_remove_wpmudev_nags', 9 );
    function xant_remove_wpmudev_nags() {

        // Remove WMPUDEV Dashboard plugin and update Nags
        global $WPMUDEV_Dashboard_Notice3;

        remove_action( 'all_admin_notices', array( $WPMUDEV_Dashboard_Notice3, 'install_notice' ), 5 );
        remove_action( 'admin_init', array( $WPMUDEV_Dashboard_Notice3, 'filter_plugin_rows' ), 15 );

        remove_filter( 'plugins_api', array( $WPMUDEV_Dashboard_Notice3, 'filter_plugin_info' ), 20, 3 );
        remove_filter( 'themes_api', array( $WPMUDEV_Dashboard_Notice3, 'filter_plugin_info' ), 20, 3 );
    }
// action
thank you xantor... rep added
Nice share, but can I have Subscribe by Email version 3.1.2. I kinda need it urgent. Thanks..
(05-27-2015 02:11 AM)Mat Wrote: [ -> ]
(03-30-2015 09:37 AM)dacguy Wrote: [ -> ]Clean WPMU Dev Autoblog 4.1 as requested - normal password. Please show some love and REP!!!

Magic Button :
http://www48.zippyshare.com/v/nIy4fknP/file.html

Nice Share, but Unable to unzip it; wrong password. I typed the password mentioned for the freebies section, but it's not working. Is ther another password?

Please help!
Hi,

Can you upload Support System 2.1.8?

Thanks!
Pages: 1 2 3 4 5
Reference URL's