The basics Custom fields are a native part of WordPress and appear on pages, posts and custom post types, however, the native custom field interface is not very user friendly. With ACF installed, you can tailor what fields to show and what they look like. For instance, you may require a ‘Hero Image’ to be …
GeoIP Detection in WordPress
WordPress plugin: Retrieving Geo-Information using one the Maxmind GeoIP2 databases. (Change your life. Bewerbe dich. yellowtree.de) https://github.com/yellowtree/geoip-detect https://wordpress.org/plugins/geoip-detect/
Running cron job in WordPress projects
Running cron job is one of the most popular problems in any projects. When we need to run cron job in WordPress projects, we can use “WP Crontrol” plugin which is powerful and easy to use. WP Crontrol lets you view and control what’s happening in the WP-Cron system. From the admin screens you can: …
Debug Errors in WordPress
In order to fix backend errors in wordpress, we need to track those issues in somewhere. There is an option to implement this functionality in wordpress, but we need to setup some configuration for it. Please add the following configuration setting in wp-config.php when you need to track the backend errors in wordpress. define(‘WP_DEBUG’, true);define(‘WP_DEBUG_DISPLAY’, …
General steps to create the WP plugin with Google API integration
Sometimes we need to build the WP plugin with Google API integration. Here are the big image of the steps to create it. Create the project on the google developer console, and install proper Google Api Implement the Google Authentication module using Client Id and Client Secret which Google provides. Build the plugin consuming the …
WP File Manager
WP File Manager is a WordPress plugin which provides File Explorer functionality like cPanel.It is free and we can explorer any file in WordPress source directory using this plugin. It also provide online text edit functionality.https://wordpress.org/plugins/wp-file-manager/
WordPress query monitor plugin
Query Monitor is the developer tools panel for WordPress. It enables debugging of database queries, PHP errors, hooks and actions, block editor blocks, enqueued scripts and stylesheets, HTTP API calls, and more. It includes some advanced features such as debugging of Ajax calls, REST API calls, and user capability checks. It includes the ability to …
WP Multi Theme Plugin
Settings provide many different ways to Select which Theme should appear where on your WordPress web site: Just for Site Home By URL (Version 5 adds support for Query keyword=value as part of a unique URL); By Prefix URL, matching all URLs that begin with the same characters (“Prefix URL”); By Wildcard Prefix URL with …
Cache Service in WPEngine
WPEngine support powerful cache functionality. Because of this, you may sometimes have the non-updating issue of website. To prevent this problems, you need to register specific URL not to cache in WPEngine. For instance, when you add the WooCommerce plugin to your WP Engine website, WPEngine automatically adds some caching exclusions to ensure your pages …