• Warning: Use of undefined constant all – assumed ‘all’ (this will throw an Error in a future version of PHP) in /home/xxxx/xxxx.com/public_html/1/xxxxxx/wp-content/plugins/text-to-speech-widget/text-to-speech-widget.php on line 176

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter a4jp

    (@a4jpcom)

    I see. Just write this `wp_register_style(‘voice_css’,
    plugins_url( ‘css/voice.css’, __FILE__ ));`

    Thread Starter a4jp

    (@a4jpcom)

    This was the old code `wp_register_style(‘voice_css’,
    plugins_url( ‘css/voice.css’, __FILE__ ),
    false,
    ‘1.0’, all);`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What do I do? Warning: Use of undefined constant all – assumed ‘all’’ is closed to new replies.