Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created March 28, 2016 14:21
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 Dinamiko/33748ff4e6f2024b23c9 to your computer and use it in GitHub Desktop.
Save Dinamiko/33748ff4e6f2024b23c9 to your computer and use it in GitHub Desktop.
<?php
function custom_dkpdf_button_container_css() {
return 'float:none;';
}
add_filter( 'dkpdf_button_container_css', 'custom_dkpdf_button_container_css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment