post_type === 'pdfposter' || $screen->base === 'plugins'){ ?>
'target="_blank"' );
}
function pdfp_admin_footer( $text ) {
if ( 'pdfposter' == get_post_type() ) {
$url = 'https://wordpress.org/support/plugin/pdf-poster/reviews/?filter=5#new-post';
$text = sprintf( __( 'If you like Pdf Poster please leave us a ★★★★★ rating. Your Review is very important to us as it helps us to grow more. ', 'h5vp-domain' ), $url );
}
return $text;
}
function pdfp_my_custom_script() {
?>