Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the mythemeshop domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131

Notice: Function register_sidebar was called incorrectly. No id was set in the arguments array for the "Header" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131

Notice: Function register_sidebar was called incorrectly. No id was set in the arguments array for the "Sidebar" sidebar. Defaulting to "sidebar-2". Manually set the id to "sidebar-2" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131

Deprecated: Function create_function() is deprecated in /home/jshomoek/public_html/jshowers.com/wp-content/themes/jshowers/functions.php on line 190

Deprecated: The called constructor method for WP_Widget class in mts_ad_widget is deprecated since version 4.3.0! Use __construct() instead. in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131

Deprecated: The called constructor method for WP_Widget class in mts_ad_300_widget is deprecated since version 4.3.0! Use __construct() instead. in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131

Deprecated: The called constructor method for WP_Widget class in Facebook_Like_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131

Deprecated: The called constructor method for WP_Widget class in mts_subscribe_widget is deprecated since version 4.3.0! Use __construct() instead. in /home/jshomoek/public_html/jshowers.com/wp-includes/functions.php on line 6131
PHP | Jasper Showers - Custom Web Development

PHP Archive

Scrape A Facebook Page And Turn It Into WordPress Posts Using PHP

A friend of mine, who runs the facebook page borkborkiamdoggo, approached me a few months ago wanting to set up a WordPress site that would consist of posts from the Facebook page. Each Facebook post with an image, should turn into a post on the WordPress site, helping to engage SEO and visibility to the [&hellip

Read More…

How To Properly Return JSON From Your PHP Code

JavaScript Object Notation (JSON) is nothing more than a string with a specific format. It enables JavaScript to easily send and receive data to and from a server, no matter the back-end language. A client of mine recently had an issue where a JavaScript error was being thrown during an AJAX call. The response was not [&hellip

Read More…