Showing posts with label code. Show all posts
Showing posts with label code. Show all posts
Friday, February 24, 2017
How to Use PHP Code in WordPress Widget Without Plugin
How to Use PHP Code in WordPress Widget Without Plugin
Sometimes we need to put the PHP code into a WordPress widget but didnt work the code. Because WordPress does not allow to put the PHP code in the widget, but you can fix this issue with simple codes. If you want to use PHP code via a plugin, then a lot of plugins are available to provide this facility. But if you want to use PHP code without any plugin, then follow below steps.

Find your WordPress functions.php file and paste below lines:
add_filter(widget_text,execute_php,100);
function execute_php($html){
if(strpos($html,"<"."?php")!==false){
ob_start();
eval("?".">".$html);
$html=ob_get_contents();
ob_end_clean();
}
return $html;
}
Save your functions.php file and put your PHP code into WordPress widget. It will work Fine.
Incoming Search Terms:
execute php in widget, PHP in widget, use PHP in wordpress widget,PHP code for widget, execute php without pluginAvailable link for download
Thursday, October 13, 2016
How to Unlock Samsung B360e Phone Lock Code Success Report
How to Unlock Samsung B360e Phone Lock Code Success Report
How to Unlock Samsung B360e Phone Lock Code Success
Unofficial Support Site All Mobile Solution
UNLOCK INSTRUCTIONS:
Flash mode:COM Port does not matter, phone will be detect automatically.
1. Press Unlock button for direct unlock or Read codes to read security codes.
2. Connect phone in flash mode (Press 1 button and connect USB cable).
Normal mode:
1. Connect powered on phone to USB, choose correct COM port in port settings.
1. Press Unlock button for direct unlock or Read codes to read security codes.
Operation: Read User Lock
Selected model: SM-B360E
Selected port: COM4 Z3X BOX Serial Port
Software version: 25.8
Waiting phone... detected COM48
Sending FDL... OK
Reconnecting phone... OK
Sending FDL2... OK
Reading data from phone ... OK
Phone lock: 97803001 (ON)
Done with Samsung Tool PRO v.25.8
BR.
Perfect1
FOLLOW US ON FACEBOOK
TRY OUR ANDROID APP
use this at your own risk
Available link for download
Subscribe to:
Posts (Atom)