Recent Posts
Most Used Categories
- Uncategorized (31,895)
- casino (906)
- News (666)
- Post (563)
- se (504)
- Швеция (288)
- casino utan svensk licens (204)
- Slots (155)
- blog (152)
- mostbet tr (110)
Archives
Try looking in the monthly archives. 🙂
/** * Deprecated Functions of Astra Theme. * * @package Astra * @author Astra * @copyright Copyright (c) 2018, Astra * @link http://wpastra.com/ * @since Astra 1.0.23 */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! function_exists( 'astra_blog_post_thumbnai_and_title_order' ) ) : /** * Blog post thumbnail & title order * * @since 1.4.9 * @deprecated 1.4.9 Use astra_blog_post_thumbnail_and_title_order() * @see astra_blog_post_thumbnail_and_title_order() * * @return void */ function astra_blog_post_thumbnai_and_title_order() { _deprecated_function( __FUNCTION__, '1.4.9', 'astra_blog_post_thumbnail_and_title_order()' ); astra_blog_post_thumbnail_and_title_order(); } endif;