Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
01-04-2015, 03:07 PM
Post: #1
|
|||
|
|||
[GET] WPML v3.1.8.4 - Multilingual Plugin + Add-Ons 04.01.15 UPDATE
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 ); |
|||
01-04-2015, 05:54 PM
Post: #2
|
|||
|
|||
RE:
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. |
|||
01-05-2015, 05:56 AM
Post: #3
|
|||
|
|||
RE:
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. |
|||
01-05-2015, 06:13 AM
Post: #4
|
|||
|
|||
RE:
Thanks! +REP
|
|||
01-05-2015, 04:27 PM
(This post was last modified: 01-05-2015 04:56 PM by lorenzouno.)
Post: #5
|
|||
|
|||
RE:
Thank you very much, rep added
For information: just delete the space between "!" and "function_exist" : Code: /** 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 |
|||
01-05-2015, 08:32 PM
Post: #6
|
|||
|
|||
RE:
thanks for sharing!
/2hg]How about you? ←
★★★The MEGA GROUP BUY: NOTICE★★★ /JXw]Up to 400 Plug-ins and Scripts! Name up to 20 /zXw]Up to 100 Themes! Name up to 10 |
|||
01-05-2015, 09:28 PM
Post: #7
|
|||
|
|||
RE:
Thank you. Very helpful.
Rep added |
|||
01-07-2015, 08:34 AM
Post: #8
|
|||
|
|||
RE: | |||
01-12-2015, 04:59 PM
Post: #9
|
|||
|
|||
RE:
what is the password of this .rar?
|
|||
01-12-2015, 05:48 PM
(This post was last modified: 01-12-2015 05:49 PM by Hyaena84.)
Post: #10
|
|||
|
|||
RE: | |||