PluginProbe
Portfolio Block – show off your work with stunning layouts / trunk
Portfolio Block – show off your work with stunning layouts vtrunk
2.1.5 2.1.3 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1
portfolio-block / includes / utils / functions.php

functions.php in Portfolio Block – show off your work with stunning layouts trunk, at includes/utils/functions.php

9 lines 198 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if ( ! defined( 'ABSPATH' ) ) { exit; }
4
5 if ( ! function_exists( 'pfbIsPremium' ) ) {
6 function pfbIsPremium(){
7 return PFB_HAS_PRO ? pfb_fs()->can_use_premium_code() : false;
8 }
9 }