Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aThemeArt

    (@athemeart)

    Hi
    Yes i found a hook to import the frame work value !. you can check bellow

    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;
    • This reply was modified 5 years ago by aThemeArt.
    • This reply was modified 5 years ago by aThemeArt.
    • This reply was modified 5 years ago by aThemeArt.
    • This reply was modified 5 years ago by aThemeArt.

    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;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘codestar framework import’ is closed to new replies.