It seems we can’t find what you’re looking for. Perhaps searching can help.
Tải Plugins miễn phí
Các plugin đơn giản mình viết hoặc sưu tầm, chia sẻ lên đây cho mọi người sử dụng. Chúc các bạn luôn thuận lợi và sáng tạo trong công việc :)
/**
Runcode online
Ver: 1.1.1
tham khao https://fellowtuts.com/html-css/make-a-html-css-js-try-it-yourself-editor/
**/
add_shortcode('cf-run-code','cf_run_code');
function cf_run_code($args, $content){
//get_stylesheet_directory() . '/inc/shortcodes/cf_blog_posts.php';
//wp_enqueue_script( 'yourtheme-skip-link-focus-fix', get_template_directory_uri() . '/js/bootstrap.min.js', array(), THEME_VERSION, true );
//custom css
wp_register_style( 'cf-run-code-online', get_stylesheet_directory_uri() . '/assets/css/cf-run-code-online.css', 'all' );
wp_enqueue_style( 'cf-run-code-online' );
//custom script
wp_register_script('cf-run-code-online-script', get_stylesheet_directory_uri() . "/assets/js/cf-run-code-online.js", array('jquery'),'1.0.3',true);
wp_enqueue_script('cf-run-code-online-script');
//ajax url
wp_localize_script( 'cf-run-code-online-script', 'my_ajax_object', array( 'ajax_url' => admin_url( 'admin-ajax.php' ) ) );
$result = '
Các plugin đơn giản mình viết hoặc sưu tầm, chia sẻ lên đây cho mọi người sử dụng. Chúc các bạn luôn thuận lợi và sáng tạo trong công việc :)
It seems we can’t find what you’re looking for. Perhaps searching can help.