14 lines
1005 B
PHP
14 lines
1005 B
PHP
<?php
|
|
|
|
$config = [
|
|
// translators: This is a brand name. Preferably to not be translated
|
|
'name' => _x('Trending Posts', 'Extension Brand Name', 'blocksy-companion'),
|
|
'description' => __('Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time.', 'blocksy-companion'),
|
|
|
|
'documentation' => 'https://creativethemes.com/blocksy/docs/extensions/trending-posts/',
|
|
'video' => 'https://creativethemes.com/blocksy/video-tutorials/customization/exploring-the-trending-posts-extension/',
|
|
'customize' => admin_url('customize.php?ct_autofocus=trending_posts_ext'),
|
|
'icon' => '<svg width="16" height="16" viewBox="0 0 16 16"><path d="M13 4c-.9-1.5-2.2-2.8-3.2-3.9-.2-.1-.3-.1-.5-.1s-.4.2-.5.3L6.6 5 4.3 3.5c-.2-.1-.3-.2-.5-.1-.2 0-.3.1-.4.2-1.3 2.1-2.1 4.1-2.1 5.7a6.7 6.7 0 0 0 13.4 0c0-1.8-.6-3.5-1.7-5.3zm-.5 5.8c-.3 2.1-2 3.7-4 4h-.1c-.4 0-.6-.3-.6-.6s.2-.6.5-.6c1.5-.2 2.7-1.4 3-3 0-.4.4-.6.7-.6.3.1.6.4.5.8z"/></svg>',
|
|
];
|
|
|