[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fBE_j1oqUAL1r1edjyTM9iix9AJjGCZX4DS8g3zot72E":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"thewebist","https:\u002F\u002Fprofiles.wordpress.org\u002Fthewebist\u002F",2,200,85,30,84,"2026-04-04T21:12:27.240Z",[13,35],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":19,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":30,"download_link":31,"security_score":8,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"wenderhost-subpages-widget","WenderHost Subpages Widget","1.5.3","\u003Cp>A widget for displaying a list of subpage links. The list remains consistent regardless of where you are in the hierarchy.\u003C\u002Fp>\n\u003Cp>Other features include:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Widget displays only on pages with subpages or on subpages.\u003C\u002Fli>\n\u003Cli>List title is a link to the main page parent.\u003C\u002Fli>\n\u003Cli>You can specify the link text for the list title, or you can completely hide it.\u003C\u002Fli>\n\u003Cli>Sort subpages by \u003Cem>Menu Order\u003C\u002Fem> or \u003Cem>Page Title\u003C\u002Fem>.\u003C\u002Fli>\n\u003Cli>Specify the depth of pages shown (all in hierarchy, all in flat list, 1 level, 2 levels, etc.)\u003C\u002Fli>\n\u003Cli>Presentation utilizes minimal markup to allow for easy styling via your theme’s CSS.\u003C\u002Fli>\n\u003C\u002Ful>\n","A widget for displaying a list of subpage links. The list remains consistent regardless of where you are in the hierarchy.",100,12474,1,"2010-09-15T19:35:00.000Z","3.0.5","2.8","",[27,28,29],"hierarchy","subpages","widget","http:\u002F\u002Fwww.wenderhost.com\u002Ftools\u002Fwordpress-plugins\u002Fwenderhost-subpages-widget\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwenderhost-subpages-widget.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":4,"author_profile":5,"description":39,"short_description":40,"active_installs":19,"downloaded":41,"rating":32,"num_ratings":32,"last_updated":42,"tested_up_to":23,"requires_at_least":43,"requires_php":25,"tags":44,"homepage":50,"download_link":51,"security_score":8,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"wp-get-post-image","WP Get Post Image","0.2","\u003Cp>This plugin provides the template tag \u003Ccode>wp_get_post_image()\u003C\u002Fcode>. Use it to call dynamically created images uploaded via the WordPress media uploader.\u003C\u002Fp>\n\u003Cp>NOTE: This plugin is intended for use by WordPress developers and theme builders only.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php wp_get_post_image($args); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Default Usage\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php $args = array(\n    'width' => null,\n    'height' => null,\n    'css' => '',\n    'parent_id' => '',\n    'post_id' => '',\n    'filename' => '',\n    'return_html' => true       \n); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>By default, the function returns:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The last uploaded image wrapped in an image tag (\u003Ccode>\u003Cimg \u002F>\u003C\u002Fcode>).\u003C\u002Fli>\n\u003Cli>A proportionately sized image with a \u003Ccode>width\u003C\u002Fcode> no greater than \u003Ccode>200px\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>The CSS class \u003Ccode>wp-image-*ID*\u003C\u002Fcode> and no other classes.\u003C\u002Fli>\n\u003Cli>If you add \u003Ccode>thickbox\u003C\u002Fcode> via \u003Ccode>css\u003C\u002Fcode>, the appropriate anchor \u003Ccode>\u003Ca>\u003C\u002Fcode> tag will be added for Thickbox compatibility.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Parameters\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>width\u003C\u002Fstrong> (\u003Cem>integer\u003C\u002Fem>) – Width of image.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>height\u003C\u002Fstrong> (\u003Cem>integer\u003C\u002Fem>) – Height of image.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>parent_id\u003C\u002Fstrong> (\u003Cem>integer\u003C\u002Fem>) – The ID of the \u003Ccode>post_parent\u003C\u002Fcode> for the attachment. Specifying the \u003Ccode>parent_id\u003C\u002Fcode> returns the first image attached to the parent post according to \u003Ccode>menu_order\u003C\u002Fcode>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>post_id\u003C\u002Fstrong> (\u003Cem>integer\u003C\u002Fem>) – The ID of the attachment.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>filename\u003C\u002Fstrong> (\u003Cem>string\u003C\u002Fem>) – The filename that corresponds to the \u003Ccode>post_name\u003C\u002Fcode> of the attachment.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>return_html\u003C\u002Fstrong> (\u003Cem>boolean\u003C\u002Fem>) – \u003Ccode>true\u003C\u002Fcode> returns the image wrapped in an XHTML image tag. \u003Ccode>false\u003C\u002Fcode> returns the image’s URL.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Example\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>\u003C?php \n\u002F\u002F use this example wherever you have access to $post->ID, e.g. the WordPress loop\nif(function_exists('wp_get_post_image'))\n    echo wp_get_post_image('width=450&css=alignleft&parent_id='.$post->ID);  \n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Adds the function wp_get_post_image(), giving theme builders easy access to images associated with a post or page.",10532,"2010-06-26T10:36:00.000Z","2.8.4",[45,46,47,48,49],"attachments","function","images","post-image","template-tag","http:\u002F\u002Fmichaelwender.com\u002Fwordpress\u002Fplugins\u002Fwp-get-post-image\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-get-post-image.zip"]