Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@@ -6,7 +6,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
class MetaInformationManager {
|
||||
|
||||
function appendMetaInformation($content, $post, $args) {
|
||||
public function appendMetaInformation($content, $post, $args) {
|
||||
// Append author and categories above and below contents
|
||||
foreach (['above', 'below'] as $position) {
|
||||
$position_field = $position . 'Text';
|
||||
|
Reference in New Issue
Block a user