'; echo '
 
'; echo '
'; } /** * Enqueue Function. * If this field requires any scripts, or css define this function and register/enqueue the scripts/css * * @since 1.0.0 * @access public * @return void */ public function enqueue() { if ( $this->parent->args['dev_mode'] ) { wp_enqueue_style( 'redux-field-divide', Redux_Core::$url . 'inc/fields/divide/redux-divide.css', array(), $this->timestamp ); } } } } class_alias( 'Redux_Divide', 'ReduxFramework_Divide' );