Created
November 30, 2020 17:29
-
-
Save yousufansa/bf13d56a471f3a5104a6e6226a6fb857 to your computer and use it in GitHub Desktop.
Jobhunt - Single Job Company Logo Full Size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if ( ! function_exists( 'jh_child_company_logo_args_size' ) ) { | |
| function jh_child_company_logo_args_size( $args ) { | |
| $args['size'] = 'full'; | |
| return $args; | |
| } | |
| } | |
| add_filter( 'jobhunt_company_logo_args', 'jh_child_company_logo_args_size' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment