• Resolved entumas

    (@entumas)


    Hi!

    In a CPT, I want to hide the TSF column. What is the name of the column?
    I have tried various (seo, tsf, tsf-seo, tsf-seo-bar, autodescription…) but I don’t give with him.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi Tumàs!

    The column ID is tsf-seo-bar-wrap, you can find this value in rendered HTML of the column.
    The column name is SEO. Note the capital letters.

    I recommend using a filter, which prevents rendering the whole thing. You can use this boolean filter: the_seo_framework_show_seo_column. For example:

    add_filter( 'the_seo_framework_show_seo_column', '__return_false' );
    
    Thread Starter entumas

    (@entumas)

    Thank you Sybre, I’ll try it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide TSF column in admin list’ is closed to new replies.