Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created November 30, 2020 17:29
Show Gist options
  • Select an option

  • Save yousufansa/bf13d56a471f3a5104a6e6226a6fb857 to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/bf13d56a471f3a5104a6e6226a6fb857 to your computer and use it in GitHub Desktop.
Jobhunt - Single Job Company Logo Full Size
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