javad
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Warning: ini_get_all() has been disabled for security reasons@hamada Habib Tnx. I upgraded my PHP to 5.6. but still I have problem!
Forum: Fixing WordPress
In reply to: Warning: ini_get_all() has been disabled for security reasonsHi
I have the same problem. what should I do?
When wordpres 4.6.1 comes? Is it better to install 4.5 again now?Forum: Fixing WordPress
In reply to: How can i remove questionmark from end of URL'si found solution. if anyone have this problem see this article:
http://www.htpcbeginner.com/remove-query-strings-from-static-resources/
and add this code to functions.php:function _remove_script_version( $src ){ $parts = explode( '?ver', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );Forum: Fixing WordPress
In reply to: How can i remove questionmark from end of URL'syes i think. you can see my sit at webtoaster.ir
I used “Remove Query Strings From Static Resources” plugin but it did’nt work.Forum: Fixing WordPress
In reply to: How can i remove questionmark from end of URL'sno. just bootstrap’s default js files. actually in GTmetrix I see this error “Remove query strings from static resources”.
Viewing 5 replies - 1 through 5 (of 5 total)