%1s
', $header_text ); } ?>
'pods-framework', 'repo' => 'pods', 'header-text' => '', 'total' => '100' ), $atts, 'acknowledge_me' ); return acknowledge_me_display( $atts[ 'owner' ], $atts[ 'repo' ], $atts[ 'header-text' ], $atts[ 'total'] ); } /** * Add CSS for this * * @since 0.0.1 */ add_action( 'wp_enqueue_scripts', 'acknowledge_me_css' ); function acknowledge_me_css() { if ( ! is_admin() ) { wp_enqueue_style( 'acknowledge_me', plugins_url( 'acknowledge.css', __FILE__ ) ); } }