![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/plugins/wp-post-author/ |
<?php if ( ! function_exists( 'wpap_fs' ) ) { // Create a helper function for easy SDK access. function wpap_fs() { global $wpap_fs; if ( ! isset( $wpap_fs ) ) { // Include Freemius SDK. require_once dirname(__FILE__) . '/freemius/start.php'; $wpap_fs = fs_dynamic_init( array( 'id' => '13903', 'slug' => 'wp-post-author', 'premium_slug' => 'wp-post-author-pro', 'type' => 'plugin', 'public_key' => 'pk_95fbf1b20158050d436e5ef32203c', 'is_premium' => false, 'is_premium_only' => false, 'has_addons' => false, 'has_paid_plans' => true, 'menu' => array( 'slug' => 'wp-post-author', 'first-path' => 'admin.php?page=wp-post-author', ), ) ); } return $wpap_fs; } // Init Freemius. wpap_fs(); // Signal that SDK was initiated. do_action( 'wpap_fs_loaded' ); }