Null array for typography
-
group typography gives NULL for var_dump. What is the problem?
$this->add_group_control( \Elementor\Group_Control_Typography::get_type(), [ 'name' => 'title_content_typography', 'label' => __( 'Typography', 'plugin-domain' ), 'scheme' => Scheme_Typography::TYPOGRAPHY_1, 'selector' => '{{WRAPPER}} .text', ] ); var_dump ( $settings['title_content_typography'] );
- The topic ‘Null array for typography’ is closed to new replies.