Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/content/placeholders/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/content
<?php
class Brizy_Content_Placeholders_ImageTitleAttribute extends Brizy_Content_Placeholders_ImageAttribute {
/**
* @param $attachmentId
*
* @return mixed|string
*/
protected function getAttributeValue( $attachmentId ) {
$post = get_post( $attachmentId );
return $post->post_title;
}
}