5 stars
-
if( ! function_exists( ‘bc_after_import_setup’ ) ) :
function bc_after_import_setup() {update_option(‘your_framework_name’, ‘your_framework_value’);
}
add_action( ‘pt-ocdi/after_import’, ‘bc_after_import_setup’ );
endif;The page I need help with: [log in to see the link]
The topic ‘5 stars’ is closed to new replies.