开发者 | cornel.raiu |
---|---|
更新时间 | 2024年10月24日 00:29 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.6.2 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
The plugin works with the standard WordPress search functionality by default. However, if you need to you can add custom search queries in the plugin's settings or, why not, programmatically add searches to the plugin's database tables to be displayed in the admin panel. For other requirements, please use the Support Forum or open new issues on the GitHub repository: Search Analytics for WP.
= The shortcode is not displaying the stats in widgets
For enabling the shortcodes in widgets you need to add the following code in your child theme's functions.php
file:
add_filter( 'widget_text', 'do_shortcode' );
Before uninstalling, you should go to the plugin's settings page and check the "Remove plugin tables on uninstall" setting. After doing that, deactivating the plugin should also remove all tables from the database.
You can use the Support Forum or open new issues on the GitHub repository: Search Analytics for WP. = Where do I report security bugs? Please report security bugs found in the source code of the Search Analytics for WP plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify me, the developer of Search Analytics for WP.
mwt_wp_date_format_to_js_datepicker_format()
helper functionwp_timezone()
in WP < 5.3.0