get() ); if ( \is_string( $robots ) && $robots !== '' ) { return \sprintf( '', \esc_attr( $robots ) ); } return ''; } /** * Gets the raw value of a presentation. * * @return array The raw value. */ public function get() { return $this->presentation->robots; } }