Home / Admin / Allow adding more than 10 additional keyphrases
Duplicate Snippet

Embed Snippet on Your Site

Allow adding more than 10 additional keyphrases

This snippet allows adding more than 10 additional keyphrases.

Note: Replace 20 with the maximum number of keyphrase you want to add.

<10
Code Preview
php
<?php
add_filter('aioseo_post_additional_keywords_limit', function() {
	return 20;
});

Comments

Add a Comment