first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( 'Direct access forbidden.' );
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'solarify_show_post_views_count' ) ) :
|
||||
function solarify_show_post_views_count() {
|
||||
if ( function_exists( 'mwt_show_post_views_count' ) ) {
|
||||
mwt_show_post_views_count();
|
||||
}
|
||||
} //solarify_show_post_views_count()
|
||||
endif;
|
||||
Reference in New Issue
Block a user