Changeset 2614999
- Timestamp:
- 10/16/2021 06:38:15 AM (4 years ago)
- Location:
- categorify/trunk
- Files:
-
- 3 added
- 2 edited
-
categorify.php (modified) (2 diffs)
-
inc/plugin.php (modified) (1 diff)
-
inc/settings (added)
-
inc/settings/settings.php (added)
-
inc/settings/welcome.php (added)
Legend:
- Unmodified
- Added
- Removed
-
categorify/trunk/categorify.php
r2612840 r2614999 23 23 24 24 if ( !function_exists( 'cat_fs' ) ) { 25 // ... Freemius integration snippet ...25 // Create a helper function for easy SDK access. 26 26 function cat_fs() 27 27 { … … 41 41 'has_paid_plans' => true, 42 42 'trial' => array( 43 'days' => 3,44 'is_require_payment' => true,43 'days' => 7, 44 'is_require_payment' => false, 45 45 ), 46 46 'menu' => array( 47 'first-path' => 'plugins.php', 47 'slug' => 'categorify', 48 'first-path' => 'admin.php?page=categorify', 48 49 'contact' => false, 49 50 'support' => false, -
categorify/trunk/inc/plugin.php
r2611301 r2614999 13 13 include_once ( CATEGORIFY_PATH . 'inc/helper.php'); 14 14 include_once ( CATEGORIFY_PATH . 'inc/sidebar.php'); 15 include_once ( CATEGORIFY_PATH . 'inc/settings/settings.php'); 15 16 } 16 17
Note: See TracChangeset
for help on using the changeset viewer.