{"id":97116,"date":"2019-01-25T10:42:38","date_gmt":"2019-01-25T10:42:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/automatic-copyrights-shortcode\/"},"modified":"2019-01-25T10:42:38","modified_gmt":"2019-01-25T10:42:38","slug":"automatic-copyrights-shortcode","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/automatic-copyrights-shortcode\/","author":16807997,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"5.0.25","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Automatic Copyrights Shortcode","header_author":"Linkpak Digital","header_description":"This plugin auto update the year and display the copyrights.","assets_banners_color":"151417","last_updated":"2019-01-25 10:42:38","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/linkpak.com\/donate","header_plugin_uri":"https:\/\/linkpak.com\/products\/wp-automatic-copyright-shortcode\/","header_author_uri":"https:\/\/linkpak.com\/","rating":1,"author_block_rating":0,"active_installs":10,"downloads":1607,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"2018967","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"2018967","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"2018967","resolution":"1544x500","location":"assets"},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"2018967","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.PNG":{"filename":"screenshot-1.PNG","revision":"2018967","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"2018967","resolution":"2","location":"assets"}},"screenshots":{"1":"Usage of shortcode in Post\/Page Editor","2":"Output of shortcode on front-end"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[25109,25105,25106,25108,25107],"plugin_category":[],"plugin_contributors":[167172],"plugin_business_model":[],"class_list":["post-97116","plugin","type-plugin","status-publish","hentry","plugin_tags-automatic-copyright-year","plugin_tags-copyright-shortcode","plugin_tags-dynamic-copyright-year","plugin_tags-updated-copyright-year","plugin_tags-year-shortcode","plugin_contributors-linkpakdigital","plugin_committers-linkpakdigital"],"banners":{"banner":"https:\/\/ps.w.org\/automatic-copyrights-shortcode\/assets\/banner-772x250.jpg?rev=2018967","banner_2x":"https:\/\/ps.w.org\/automatic-copyrights-shortcode\/assets\/banner-1544x500.jpg?rev=2018967","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/automatic-copyrights-shortcode\/assets\/icon-128x128.jpg?rev=2018967","icon_2x":"https:\/\/ps.w.org\/automatic-copyrights-shortcode\/assets\/icon-256x256.jpg?rev=2018967","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/automatic-copyrights-shortcode\/assets\/screenshot-1.PNG?rev=2018967","caption":"Usage of shortcode in Post\/Page Editor"},{"src":"https:\/\/ps.w.org\/automatic-copyrights-shortcode\/assets\/screenshot-2.jpg?rev=2018967","caption":"Output of shortcode on front-end"}],"raw_content":"<!--section=description-->\n<p>Are you tired of updating the copyright year of your websites every year?<\/p>\n\n<p>Don't worry! This plugin allows you to write once and forget about the updating it every year. Just write the schortcode [acs] in the post or widget or anywhere, and it will show the complete copyright year with 'copyright symbol', 'copyright text', 'current year', 'site name' and 'site url'.<\/p>\n\n<p><strong>Tested with WordPress 5.0.3!<\/strong><\/p>\n\n<p>[acs] shortcode also support various attributes and that can be hide or modified easily.<\/p>\n\n<h3>Plugin Usage<\/h3>\n\n<ol>\n<li>By default, writing [acs] shortcode will produce like <code>\u00a9 copyright 2019 WordPress<\/code><\/li>\n<li>You can skip anything in default copyright text, just write 'hide' for that attribute<\/li>\n<li>For example, to hide the copyright symbol from copyright, just write [asc symbol='hide'] and it will hide the symbol <code>copyright 2019 WordPress<\/code><\/li>\n<li>You can also change anything in default copyright text, just write the value of that attribute<\/li>\n<li>For example, to change the default title of the site, just write [asc title='WordPress.org'] and it will override the default value <code>\u00a9 copyright 2019 WordPress.org<\/code><\/li>\n<li>You can add the founded year in copyright text, just write the year to attribute <em>byear<\/em><\/li>\n<li>For example, to write 2012 as founded year, just write [asc byear='2012'] and it will show like <code>\u00a9 copyright 2012-2019 WordPress<\/code><\/li>\n<\/ol>\n\n<p>Is it not simple? Yes! definitely it is.<\/p>\n\n<p>Below is the list of all attributes you can modify or hide.<\/p>\n\n<h4>Available Attributes<\/h4>\n\n<ol>\n<li><em>symbol<\/em> - It shows the copyright symbol. Default value is '\u00a9'<\/li>\n<li><em>copyright<\/em> - It shows the copyright text. Default value is 'copyright'<\/li>\n<li><em>cyear<\/em> - It shows the current year. Default value is 'true'<\/li>\n<li><em>byear<\/em> - It shows the founded year. Default value is 'false'<\/li>\n<li><em>title<\/em> - It shows the site name. Default value is your site name<\/li>\n<li><em>url<\/em> - It links the url to the title. Default value is your site url<\/li>\n<\/ol>\n\n<!--section=installation-->\n<p>Installing directly from wordpress backend<\/p>\n\n<ol>\n<li>Goto Plugins -&gt; Add New<\/li>\n<li>Search for Automatic Copyrights Shortcode<\/li>\n<li>Install and Activate the plugin<\/li>\n<li>Use the shortcode [acs] wherever you want.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I get my copyright show on my site?<\/dt>\n<dd><p>Try adding the shortcode [acs] to wherever you\u2019d like to display the copyright on.<\/p><\/dd>\n<dt>What attributes does the [acs] shortcode accept?<\/dt>\n<dd><p>Automatic Copyrights Shortcode accepts the six attributes: \"symbol\", \"copyright\", \"cyear\", \"byear\", \"title\" and \"url\".<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"Best copyright shortcode plugin to keep the copyright year of the website always updated.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/97116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=97116"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/linkpakdigital"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=97116"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=97116"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=97116"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=97116"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=97116"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=97116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}