Add importable post types function

This commit is contained in:
Brian Miyaji
2017-11-18 17:46:38 +11:00
parent 75dd3d2ce8
commit 32fd7ddfd7
2 changed files with 13 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ class SP_Admin {
*/
public function action_links() {
global $pagenow, $typenow;
if ( in_array( $typenow, sp_primary_post_types() ) ) {
if ( in_array( $typenow, sp_importable_post_types() ) ) {
if ( 'sp_event' === $typenow ) {
if ( 'edit.php' === $pagenow ) {
?>