Closed frozzare closed 7 years ago
Easy done with enter_title_here filter in setup method in Papi_Page_Type class.
enter_title_here
setup
Papi_Page_Type
if ( isset( $this->labels['title_placeholder'] ) ) { add_filter( 'enter_title_here', function () { return $this->labels['title_placeholder']; } ); }
Before:
After:
Easy done with
enter_title_here
filter insetup
method inPapi_Page_Type
class.Before:
After: