?php
/**
* You can overwrite the defeault 'See More' text by defining the 'BAVOTASAN_SEE_MORE'
* constant in your child theme's function.php file.
*/
if ( ! defined( 'BAVOTASAN_SEE_MORE' ) ) {
define( 'BAVOTASAN_SEE_MORE', __( 'See More', 'arcade-basic' ) );
}
?>