Wordpress "Media Librery" does not load

0

Recently I created a template from scratch in WP. When I include these lines of code in the functions.php in reference to a database created for that purpose, it does not load the media library.

require get_template_directory() . '/inc/database.php';

require get_template_directory() . '/inc/reservas.php';

require get_template_directory() . '/inc/opciones.php';

Interestingly when I comment the first "//". They reload.

I have activated the DEBUG.LOG but it does not give me any php errors. A kind soul to help me. ;-) Thank you very much.

    
asked by Edu 27.09.2017 в 19:16
source

0 answers