Call to undefined function cryout_meta_hook()

  • Author
    Posts
  • #131627

    Hello!
    I’m on localhost, my theme is Bravada (I’m using a child theme).
    I’ve got this error message on each page when my child theme is active:
    ” Fatal error: Uncaught Error: Call to undefined function cryout_meta_hook() in C:\xampp\htdocs\wordpress\wp-content\themes\bravada-child\header.php:12 Stack trace: #0 C:\xampp\htdocs\wordpress\wp-includes\template.php(770): require_once() #1 C:\xampp\htdocs\wordpress\wp-includes\template.php(716): load_template(‘C:\\xampp\\htdocs…’, true, Array) #2 C:\xampp\htdocs\wordpress\wp-includes\general-template.php(48): locate_template(Array, true, true, Array) #3 C:\xampp\htdocs\wordpress\wp-content\themes\bravada-child\template-soumission.php(17): get_header() #4 C:\xampp\htdocs\wordpress\wp-includes\template-loader.php(106): include(‘C:\\xampp\\htdocs…’) #5 C:\xampp\htdocs\wordpress\wp-blog-header.php(19): require_once(‘C:\\xampp\\htdocs…’) #6 C:\xampp\htdocs\wordpress\index.php(17): require(‘C:\\xampp\\htdocs…’) #7 {main} thrown in C:\xampp\htdocs\wordpress\wp-content\themes\bravada-child\header.php on line 12 “.

    How to fix it?
    On my header.php (in the child theme repertory), at line 12 :
    <?php cryout_meta_hook(); ?>

    Thank you for helping!

    Regards.

    Angélique.

    #131829
    Zed
    Cryout Creations mastermind

    Hi,

    Based on the error message it sounds like your child theme is not actually a child theme as it doesn’t load the parent theme’s functionality (or some of it).

    Double check that your child theme’s style.css file has the necessary header, specifically the template: reference.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Call to undefined function cryout_meta_hook()’ is closed to new replies.