This filter allows you to programmatically disable the delivery of SEO Email Reports by All in One SEO.
NOTE:
This filter doesn't affect the Send Test Email feature of SEO Email Reports.
Version Added
This filter is available in All in One SEO 4.7.7 and above.
Usage
You can add the following filter to disable the delivery of SEO Email reports:
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_report_summary_enable first appeared on AIOSEO.]]>This filter allows you to customize or remove the prefix used in the anchor IDs and links generated by the Table of Contents (TOC) feature in All in One SEO.
By default, All in One SEO adds a prefix of “aioseo-” to the anchors in our Table of Contents Block.
NOTE:
This filter only works on new posts and headings where an ID is not already present.
Version Added
This filter is available in All in One SEO 4.7.1 and above.
Arguments
1. $prefix (string): New prefix. By default, this is set to “aioseo-“. You can modify it to another value or an empty string.
Example Code Snippet
The code snippet below is just an example of how this filter can be used. In the example below, a different prefix “mysite-” is used in the IDs instead of the default “aioseo-“.
In the code snippet below, the prefix is completely removed by passing an empty string.
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_toc_hash_prefix first appeared on AIOSEO.]]>This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.
Arguments (1)
Example code snippet
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_woocommerce_breadcrumb_hide_shop first appeared on AIOSEO.]]>In This Article
Start by adding the AIOSEO repository to your composer file:
composer config repositories.aioseo composer https://licensing.aioseo.com/packages/
The Lite version is available without authentication. Simply run the following:
composer require "aioseo/lite:*"
Start by adding the AIOSEO repository to your composer file:
composer config repositories.aioseo composer https://licensing.aioseo.com/packages/
The Pro version and any additional addons require authentication with your license key:
composer config -g http-basic.licensing.aioseo.com key [YOUR_LICENSE_KEY]
Run the following to nstall AIOSEO Pro:
composer require "aioseo/pro:*"
Or install specific addons (if your license includes them):
composer require "aioseo/redirects:*"
composer require "aioseo/link-assistant:*"
composer require "aioseo/eeat:*"
composer require "aioseo/image-seo:*"
composer require "aioseo/index-now:*"
composer require "aioseo/video-sitemap:*"
composer require "aioseo/news-sitemap:*"
composer require "aioseo/local-business:*"
composer require "aioseo/rest-api:*"
By default, packages will be installed to wp-content/plugins/. If you need a custom path, just add the following to your composer.json:
"extra": {
"installer-paths": {
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
}
}
Replace wp-content/plugins/ with your preferred directory path.
To update to the latest version:
composer update aioseo/pro
To update to a specific version:
composer require "aioseo/pro:4.3.0"
If you need further assistance, please contact our Support team here.
The post Installing All in One SEO via Composer first appeared on AIOSEO.]]>This filter can be used to increase or decrease the default number of posts imported per batch ( defaults to 100 ).
Arguments (1)
Example code snippet
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_import_rank_math_posts_per_action first appeared on AIOSEO.]]>This filter can be used to increase or decrease the default number of posts imported per batch ( defaults to 100 ).
Arguments (1)
Example code snippet
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_import_seopress_posts_per_action first appeared on AIOSEO.]]>This filter can be used to increase or decrease the default number of posts imported per batch ( defaults to 100 ).
Arguments (1)
Example code snippet
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_import_yoast_seo_posts_per_action first appeared on AIOSEO.]]>This filter can be used to skip logging redirect logging in AIOSEO Redirects.
Arguments (2)
Example code snippet
This snippet will successfully prevent AIOSEO from logging 404 errors for the specified URLs
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_redirects_log_skip first appeared on AIOSEO.]]>This filter can be used to allow users that don't have editing permissions to edit their Author SEO meta data.
Arguments (2)
Example code snippet
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_user_profile_tab_allowed_user_ids first appeared on AIOSEO.]]>This filter can be used to change the Post ID being processed by AIOSEO.
Arguments (1)
Example code snippet
Implementation
Need help using our code snippets? Checkout our documentation on “How do I use your API code examples?“.
We recommend using the WPCode plugin for safe and secure implementation. WPCode performs multiple sanitization tests before activating the snippets, ensuring the safety of your website.
The post aioseo_get_post_id first appeared on AIOSEO.]]>