Skip to content

Instantly share code, notes, and snippets.

@congthien
Created April 2, 2018 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congthien/ce116bf5217bfcf3d327693a4c32ae99 to your computer and use it in GitHub Desktop.
Save congthien/ce116bf5217bfcf3d327693a4c32ae99 to your computer and use it in GitHub Desktop.
function onepress_change_portfolio_callback( $example ) {
return 30;
}
add_filter( 'onepress_plus_projects_number', 'onepress_change_portfolio_callback' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment