/** * Register/enqueue custom scripts and styles */ add_action( 'wp_enqueue_scripts', function() { // Enqueue your files on the canvas & frontend, not the builder panel. Otherwise custom CSS might affect builder) if ( ! bricks_is_builder_main() ) { wp_enqueue_style( 'bricks-child', get_stylesheet_uri(), ['bricks-frontend'], filemtime( get_stylesheet_directory() . '/style.css' ) ); } } ); /** * Register custom elements */ add_action( 'init', function() { $element_files = [ __DIR__ . '/elements/title.php', ]; foreach ( $element_files as $file ) { \Bricks\Elements::register_element( $file ); } }, 11 ); /** * Add text strings to builder */ add_filter( 'bricks/builder/i18n', function( $i18n ) { // For element category 'custom' $i18n['custom'] = esc_html__( 'Custom', 'bricks' ); return $i18n; } ); /* rutadeltardeo.adestic.com theme functions */ /* rutadeltardeo.adestic.com theme functions */ /* Bricks Child Theme */
Hotel Nakar es el punto de partida perfecto para disfrutar del tardeo en Palma. Diseño…
Cova d’en Xoroi es uno de los rincones más icónicos de Menorca. Situada en un…
Se celebrará del 12 al 14 de junio en Calvià, Mallorca, ofreciendo una experiencia musical…
Disfruta de la mejor carne a la brasa en un ambiente único con esencia uruguaya.…
Conoce el local de moda en pleno Paseo Marítimo donde disfrutar después de hacer la…