• Resolved helvetica123

    (@helvetica123)


    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'] );
    • This topic was modified 3 years, 2 months ago by James Huff.
    • This topic was modified 3 years, 2 months ago by Jan Dembowski. Reason: Formatting
  • The topic ‘Null array for typography’ is closed to new replies.