This commit is contained in:
Lieu Le
2019-09-30 17:30:15 +07:00
26 changed files with 439 additions and 100 deletions

View File

@@ -89,7 +89,7 @@ class OpalEstate_Membership {
add_action( 'opalmembership_dashboard_container_before', [ __CLASS__, 'check_membership_validation_message' ] );
// included logic functions
require_once( 'free-package.php' );
// require_once( 'free-package.php' );
require_once( 'functions.php' );
add_action( 'opalmembership_current_package_summary_after', [ __CLASS__, 'render_membership_summary' ], 10, 2 );