How to use on custom post types
-
For anybody else looking to do this, all you need to do is edit sm-sticky-clicky-star-admin.php and add in the line:
add_action(‘manage_CUSTOMPOSTNAME_posts_custom_column’, array($this,’sticky_column_content’));
- The topic ‘How to use on custom post types’ is closed to new replies.