![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/ligaamadora.com/wp-content/themes/covernews/inc/hooks/ |
<?php if (!function_exists('covernews_page_layout_blocks')) : /** * * @since CoverNews 1.0.0 * * @param null * @return null * */ function covernews_page_layout_blocks( $archive_layout='full' ) { $archive_layout = covernews_get_option('archive_layout'); switch ($archive_layout) { case "archive-layout-grid": covernews_get_block('grid'); break; default: covernews_get_block('full'); } } endif;