mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://rankmath.com/kb/filters-hooks-api-developer/ https://rankmath.com/kb/make-theme-rank-math-compatible/
3 lines
109 B
Text
3 lines
109 B
Text
add_filter( 'rank_math/focus_keyword/maxtags', function() {
|
|
return 10; // Number of Focus Keywords.
|
|
});
|