Hi Gregory,
Thanks for getting in touch.
We are so sorry but that option is not available yet.
I have notified the dev. team and they should add that very soon.
We would really appreciate your patience in this matter.
Hello,
This issue is in the EDD plugin. Instead of appending the plugin specific columns they are overwriting it which removes all other other columns added by other plugins or themes. To add Rank Math plugin columns in EDD please add below filter code in your theme’s functions.php file:
add_filter( 'edd_download_columns', function( $columns ) {
$columns['rank_math_seo_details'] = esc_html__( 'SEO Details', 'rank-math' );
$columns['rank_math_title'] = esc_html__( 'SEO Title', 'rank-math' );
$columns['rank_math_description'] = esc_html__( 'SEO Desc', 'rank-math' );
return $columns;
});
Hope that helps. Thank you.
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/?filter=5#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.