/* * Add your custom functions here * so that it will not be affected when the parent theme is updated. */ add_action( 'wp_enqueue_scripts', 'pmdarkred_enqueue_styles' ); function pmdarkred_enqueue_styles() { wp_enqueue_style( 'pmthemes-stylesheet', get_template_directory_uri() . '/style.css' ); wp_enqueue_style('pmdarkred-stylesheet', get_stylesheet_uri()); } add_theme_support('custom-background', array( 'default-color' => '#ddd', 'default-attachment' => 'fixed', 'default-image' => get_stylesheet_directory_uri() . '/images/bg.png')); // Includes require_once( get_stylesheet_directory() . '/inc/guide.php' ); // Enable body class for this child theme add_filter( 'body_class', 'pmthemes_child_body_classes' ); function pmthemes_child_body_classes( $classes ) { $theme_options = pmthemes_theme_options(); if ( isset($theme_options['topnav_down']) and $theme_options['topnav_down'] == false ) : $classes[] = 'natty'; endif; return $classes; } // Enable Replace Affiliate Links under ADS Settings tab function replaceable_affiliate_links() { return; } // Enable Custom eBook Store /*function custom_ebook_store() { return; }*/ 官方MV – Freedom-From-Smoking.com https://freedom-from-smoking.com Tue, 31 Aug 2021 08:11:06 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.8 李榮浩 Ronghao Li – 戒菸 Quit Smoking (華納 Official HD 官方MV) https://freedom-from-smoking.com/%e6%9d%8e%e6%a6%ae%e6%b5%a9-ronghao-li-%e6%88%92%e8%8f%b8-quit-smoking-%e8%8f%af%e7%b4%8d-official-hd-%e5%ae%98%e6%96%b9mv/ https://freedom-from-smoking.com/%e6%9d%8e%e6%a6%ae%e6%b5%a9-ronghao-li-%e6%88%92%e8%8f%b8-quit-smoking-%e8%8f%af%e7%b4%8d-official-hd-%e5%ae%98%e6%96%b9mv/#respond Tue, 31 Aug 2021 08:11:06 +0000 http://freedom-from-smoking.com/%e6%9d%8e%e6%a6%ae%e6%b5%a9-ronghao-li-%e6%88%92%e8%8f%b8-quit-smoking-%e8%8f%af%e7%b4%8d-official-hd-%e5%ae%98%e6%96%b9mv/ https://freedom-from-smoking.com/%e6%9d%8e%e6%a6%ae%e6%b5%a9-ronghao-li-%e6%88%92%e8%8f%b8-quit-smoking-%e8%8f%af%e7%b4%8d-official-hd-%e5%ae%98%e6%96%b9mv/feed/ 0