Best Blackhat Forum

Full Version: [GET] WPML v3.1.8.4 - Multilingual Plugin + Add-Ons 04.01.15 UPDATE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
[Image: collage.jpg]

Sales page: http://wpml.org/


Download: http://www53.zippyshare.com/v/15933220/file.html

Details:
WPML Multilingual CMS - 3.1.8.4
WPML Media - 2.1.8
WPML CMS Nav - 1.4.6
WPML Sticky Links - 1.3.7
WPML String Translation - 2.0.14
WPML Translation Analytics - 1.0.6
WPML Translation Management - 1.9.9
WPML XLIFF - 0.9.7


To disable WPML purchase notice and on plugins.php page under each plugin notice use these code in your themes functions.php ( made by me ):

/**
* Remove WPML notices
**/
if( ! function_exists( 'm7_remove_wmpl_notices' ) ) :
function m7_remove_wmpl_notices() {
remove_action('admin_notices', array( WP_Installer(), 'show_site_key_nags' ) );
remove_action( 'admin_notices', array( WP_Installer(), 'setup_plugins_page_notices' ) );
}
endif;
add_action( 'init', 'm7_remove_wmpl_notices', 11 );
Thank you Very Much and Thank you for the helpful script. Rep added.
For your knowledge, in, how many instances we need to use your code?
I will appreciate your comment.
Sorry, not so good at english, what do you mean by "how many instances we need to use your code" ???
If i get it right, than you can use it in each theme where u use unregistred ( if you don't have license ) wpml version or if your testing wpml ( may be on localhost or on your subdomain showing client before purchasing it ) so that notices don't distract you and your client.
But of cours it's better to buy a license, then there is no need in these code.
Thanks! +REP
Thank you very much, rep added

For information: just delete the space between "!" and "function_exist" :
Code:
/**

* Remove WPML notices

**/

if( !function_exists( 'm7_remove_wmpl_notices' ) ) :

function m7_remove_wmpl_notices() {

remove_action('admin_notices', array( WP_Installer(), 'show_site_key_nags' ) );

remove_action( 'admin_notices', array( WP_Installer(), 'setup_plugins_page_notices' ) );

}

endif;

add_action( 'init', 'm7_remove_wmpl_notices', 11 );

This code to insert at the end of the function.php of the template you are using. It works fine for me.
Thank you for the job
thanks for sharing!
Thank you. Very helpful.
Rep added
(01-05-2015 04:27 PM)lorenzouno Wrote: [ -> ]For information: just delete the space between "!" and "function_exist" :
There is no need in removing space, the "not" symbol works both : with and with out space..
what is the password of this .rar?
I had a previous version but removed it. I found it really slowed down my site. Did you guys notice that?
also wp3 super cache did not place nicely with it.
Pages: 1 2 3
Reference URL's