[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f8EU66bmC86d68yk7IbypKvuw6R_HLKMOSNmaqa9hmJE":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"pedro-elsner","Pedro Elsner","https:\u002F\u002Fprofiles.wordpress.org\u002Fpedro-elsner\u002F",2,210,85,30,84,"2026-04-04T12:43:19.336Z",[14,37],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":7,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":32,"download_link":33,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"full-breadcrumb","Full Breadcrumb","1.2","\u003Cul>\n\u003Cli>Support Hierarquical Taxonomies\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors, attachments and archives.\u003C\u002Fp>\n\u003Ch4>Basic Usage\u003C\u002Fh4>\n\u003Cp>Put this code \u003Ccode>\u003C?php if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(); ?>\u003C\u002Fcode> in your theme and enjoy!\u003C\u002Fp>\n\u003Cp>Or, for to get the breadcrumb: \u003Ccode>\u003C?php if (function_exists('get_full_breadcrumb')) $var = get_full_breadcrumb(); ?>\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>In \u003Ccode>get_full_breadcrumb\u003C\u002Fcode> you can use the additional parameter \u003Ccode>'type' => 'array'\u003C\u002Fcode> to return an array with the links. eg. \u003Ccode>array( 'type' => 'array' )\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch4>Basic Customization\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nshow_full_breadcrumb(\n    array(\n        'separator' => array(\n            'content' => '&raquo;'\n        ), \u002F\u002F set FALSE to hide\n        'home' => array(\n            'showLink' => false\n        )\n    )\n);\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Advanced Customization\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nif (function_exists('show_full_breadcrumb')) show_full_breadcrumb(\n    array(\n        'labels' => array(\n            'local'  => __('You are here:'), \u002F\u002F set FALSE to hide\n            'home'   => __('Home'),\n            'page'   => __('Page'),\n            'tag'    => __('Tag'),\n            'search' => __('Searching for'),\n            'author' => __('Published by'),\n            '404'    => __('Error 404 &rsaquo; Page not found')\n        ),\n        'separator' => array(\n            'element' => 'span',\n            'class'   => 'separator',\n            'content' => '&rsaquo;'\n        ), \u002F\u002F set FALSE to hide\n        'local' => array(\n            'element' => 'span',\n            'class'   => 'local'\n        ),\n        'home' => array(\n            'showLink'       => false,\n            'showBreadcrumb' => true\n        ),\n        'actual' => array(\n            'element' => 'span',\n            'class'   => 'actual'\n        ), \u002F\u002F set FALSE to hide\n        'quote' => array(\n            'tag'    => true,\n            'search' => true\n        ),\n        'page_ancestors' => array(\n            'showLink' => false\n        )\n    )\n);\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Settings for Portuguese-BR\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php\nif (function_exists('show_full_breadcrumb')) show_full_breadcrumb(\n    array(\n        'labels' => array(\n            'local'  => __('Você está aqui:'), \u002F\u002F set FALSE to hide\n            'home'   => __('Início'),\n            'page'   => __('Página'),\n            'tag'    => __('Etiqueta'),\n            'search' => __('Buscando'),\n            'author' => __('Publicado por'),\n            '404'    => __('Error 404 &rsaquo; Página não encontrada')\n        ),\n        'separator' => array(\n            'element' => 'span',\n            'class'   => 'separator',\n            'content' => '&rsaquo;'\n        ), \u002F\u002F set FALSE to hide\n        'home' => array(\n            'showLink' => true\n        )\n    )\n);\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Show breadcrumb for taxonomies, custom posts and all another pages.",200,9667,80,"2012-11-19T17:01:00.000Z","3.4.2","2.8","",[28,29,30,31],"breadcrumb","breadcrumb-for-custom-posts","breadcrumb-support-taxonomy","taxonomy-hierarquical","https:\u002F\u002Fgithub.com\u002Fpedroelsner\u002Ffull-breadcrumb","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffull-breadcrumb.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":38,"name":39,"version":40,"author":5,"author_profile":6,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":26,"tags":50,"homepage":56,"download_link":57,"security_score":9,"vuln_count":34,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"gist-for-robots-wordpress","Gist for Robots WordPress Plugin","1.3","\u003Cp>Drop in the embed code from github between the gist shortcode.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gist]\u003Cscript src=\"http:\u002F\u002Fgist.github.com\u002F447298.js?file=github_gist_wordpress_plugin_test.txt\">\u003C\u002Fscript>[\u002Fgist]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>or pass the ID and file (optional)\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gist id=447298 file=github_gist_wordpress_plugin_test.txt]\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Makes embedding Github.com gists SEO friendly and super awesomely easy.",10,2601,100,3,"2013-12-19T11:10:00.000Z","3.7.41","2.1",[51,52,53,54,55],"embed","gist","git","github","shortcode","https:\u002F\u002Fgithub.com\u002Fpedroelsner\u002Fgist-for-robots-wordpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgist-for-robots-wordpress.zip"]