1st commit for icon support to sp_statistic CPT

This commit is contained in:
savvasha
2018-05-11 18:06:43 +03:00
parent 3db92801ae
commit 9b5db5fbe7
5 changed files with 22 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ class SportsPress_Icons {
// Bypass if not performance post type
$post_type = get_post_type( $id );
if ( 'sp_performance' !== $post_type ) return $content;
if ( 'sp_performance' !== $post_type && 'sp_statistic' !== $post_type ) return $content;
// Detect if image uploaded
$is_uploaded = isset( $_POST['thumbnail_id'] );