Hello,
Thank you for contacting us for help with displaying the count for individual keywords.
I am sorry to disappoint, but Rank Math does not currently have the functionality to display the count for individual keywords and the amount of customization required is beyond the scope of our support.
Hope that answers you. Please let us know if you have questions.
Yeah this wasn’t meant to be a support request – I posted a general question on the facebook group and the post was rejected and they said to post a support request instead.
So I’m working my way through the available documentation – is the developer ‘tabs’ filter still functional? I’ve tried using it a few ways to no effect – what is wrong with this function?
add_filter( ‘rank_math/metabox/tabs’, function( $tabs) {
$newtab1[‘potato’] = [
‘icon’ => ‘dashicons-chart-bar’,
‘title’ => ‘Custom Tab 1’,
‘desc’ => ‘Custom Tab 1’
];
return array_merge( $tabs, $newtab1 );
});
Hello,
That filter is no longer used to add tabs to our meta box since we converted the code entirely to JavaScript.
To add tabs now you would need to use React and you can refer to this code to have an idea: https://github.com/rankmath/seo-by-rank-math/blob/master/includes/modules/schema/assets/src/index.js#L20-L31
Don’t hesitate to get in touch if you have any other questions.
Thanks.
It would be helpful to go through the docs (that are still being linked to daily by the support team) and updating them to reflect which are now removed.Some filters are still fine like removing tests etc…
Hello,
We have informed the concerned team about this. They will check the filters and update the article.
Please don’t hesitate to get in touch in case you need our assistance with anything else.
Thanks.
Thanks.
Can you provide an example of how to use this filter in React?
I can’t figure it out.
Thanks,
Hamish
Hello,
The file we shared previously includes a code snippet of how we are adding tabs to the SEO Controls of our plugin and the same process can be followed to add additional ones: https://github.com/rankmath/seo-by-rank-math/blob/master/includes/modules/schema/assets/src/index.js#L20-L31
To use this method you need extensive JavaScript and React knowledge to be able to create a code snippet for this, however, this falls outside the scope of Rank Math support.
Don’t hesitate to get in touch if you have any other questions.