[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fHLZhVy5_4nBIWWyOusjPmUIgSN-qdRfRM2cfPreGpr8":3,"$fVHxtLYwqeTrInzclQAZeuJV8aSTO7rvdws1dGezVImk":678},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":38,"analysis":149,"fingerprints":653},"admin-page-framework","Admin Page Framework","3.9.1","miunosoft","https:\u002F\u002Fprofiles.wordpress.org\u002Fmiunosoft\u002F","\u003Ch4>Reduce the Time Spent for Plugin and Theme Development\u003C\u002Fh4>\n\u003Cp>One of the time-consuming part of developing WordPress plugins and themes is creating setting pages. As you more and more write plugins and themes, you will soon realize major part of code can be reused. Admin Page Framework aims to provide reusable code that eliminates the necessity of writing repeated code over and over again.\u003C\u002Fp>\n\u003Cp>You will have more organized means of building option pages with the framework. Extend the library class and pass your arrays defining the form elements to the predefined class methods. The library handles all the complex coding behind the scene and creates the pages and the forms for you.\u003C\u002Fp>\n\u003Ch4>Create Essential Page and Form Components for Your Users\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Top-level Page, Sub Pages, and In-page Tabs\u003C\u002Fstrong> – where your users will access to operate your plugin or theme.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Forms\u003C\u002Fstrong> – to let your users store their options.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Post Types\u003C\u002Fstrong> – and the custom columns in the post listing table.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Taxonomies and Fields\u003C\u002Fstrong> – store options associated with a taxonomy in the taxonomy definition page.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Meta Boxes and Fields\u003C\u002Fstrong> – store meta data associated with posts of set post types. Also meta boxes can be added to the pages created with the framework.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Widgets and Fields\u003C\u002Fstrong> – display modular outputs based on the user’s settings in the front end.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Network Admin Pages and Forms\u003C\u002Fstrong> – create admin pages in the newtork admin area of WordPress multi-sites.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Construct Simple Yet Complex Setting Forms\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Section Tabs\u003C\u002Fstrong> – form sections can be displayed in a tabbed box.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Collapsible Sections\u003C\u002Fstrong> – form sections can be collapsed and expanded.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Repeatable Sections and Fields\u003C\u002Fstrong> – dynamically add\u002Fremove form sections and fields.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Sortable Sections and Fields\u003C\u002Fstrong> – drag and drop form sections and fields to change the order.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Nested Sections and Fields\u003C\u002Fstrong> – nest sections and fields to construct complex forms.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Import and Export Options\u003C\u002Fstrong> – buttons that the user can import and export settings by uploading and downloading text files.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Reset Button\u003C\u002Fstrong> – let your users to initialize the saved options.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Validation and Error Messages\u003C\u002Fstrong> – with the pre-defined validation callbacks, the user’s submitting form data can be verified. Furthermore, by setting the error array, you can display the error message to the user.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Contextual Help Pane\u003C\u002Fstrong> – help information can be added to the contextual help pane that appears at the top right of each screen.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Field Types\u003C\u002Fstrong> – your own field type can be registered. This allows you to design own fields such as a combination of a checkbox with a text field.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Contact Form\u003C\u002Fstrong> – receive emails of user feedback and issue reports sent via the contact form embedded in an admin page.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Tooltips\u003C\u002Fstrong> – add a small pop-up box beside section and field title for the users to read about the option.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Produce a Series of Products with the Framework Extensibility\u003C\u002Fh4>\n\u003Cp>If you are planning to create a product possibly extended with an unlimited number of add-ons, take advantage of the framework’s native extensibility. The created admin pages and forms will become highly extensible with the automatically created hooks. In other words, it empowers other developers to customize your plugin or theme. That will result on making your projects grow.\u003C\u002Fp>\n\u003Cp>Also, use the framework as a library and your plugin or theme does not have to require an extra dependency to be installed. Therefore, your product will be perfectly portable.\u003C\u002Fp>\n\u003Ch4>Built-in Field Types\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>text\u003C\u002Fcode> – a normal field to enter text input.\u003C\u002Fli>\n\u003Cli>\u003Ccode>password\u003C\u002Fcode> – a masked text input field.\u003C\u002Fli>\n\u003Cli>\u003Ccode>textarea\u003C\u002Fcode> – a text input field with multiple lines. It supports TinyMCE rich text editor.\u003C\u002Fli>\n\u003Cli>\u003Ccode>radio\u003C\u002Fcode> – a set of radio buttons that lets the user pick an option.\u003C\u002Fli>\n\u003Cli>\u003Ccode>checkbox\u003C\u002Fcode> – a check box that lets the user enable\u002Fdisable an item.\u003C\u002Fli>\n\u003Cli>\u003Ccode>select\u003C\u002Fcode> – a drop-down list that lest the user pick one or more item(s) from a list.\u003C\u002Fli>\n\u003Cli>\u003Ccode>hidden\u003C\u002Fcode> – a hidden field that will be useful to insert invisible values.\u003C\u002Fli>\n\u003Cli>\u003Ccode>file\u003C\u002Fcode> – a file uploader that lets the user upload files.\u003C\u002Fli>\n\u003Cli>\u003Ccode>image\u003C\u002Fcode> – a custom text field with the image uploader script that lets the user set an image URL.\u003C\u002Fli>\n\u003Cli>\u003Ccode>media\u003C\u002Fcode> – a custom text field with the media uploader script that lets the user set a file URL.\u003C\u002Fli>\n\u003Cli>\u003Ccode>color\u003C\u002Fcode> – a custom text field with the color picker script.\u003C\u002Fli>\n\u003Cli>\u003Ccode>submit\u003C\u002Fcode> – a submit button that lets the user send the form.\u003C\u002Fli>\n\u003Cli>\u003Ccode>export\u003C\u002Fcode> – a custom submit field that lets the user export the stored data.\u003C\u002Fli>\n\u003Cli>\u003Ccode>import\u003C\u002Fcode> – a custom combination field of the file and the submit fields that let the user import data.\u003C\u002Fli>\n\u003Cli>\u003Ccode>posttype\u003C\u002Fcode> – a set of check-lists of taxonomies enabled on the site in a tabbed box.\u003C\u002Fli>\n\u003Cli>\u003Ccode>taxonomy\u003C\u002Fcode> – check-lists of taxonomies enabled on the site in a tabbed box.\u003C\u002Fli>\n\u003Cli>\u003Ccode>size\u003C\u002Fcode> – a combination field of the text and the select fields that let the user set sizes with a selectable unit.\u003C\u002Fli>\n\u003Cli>\u003Ccode>section_title\u003C\u002Fcode> – a text field placed in the section title to let the user name the section.\u003C\u002Fli>\n\u003Cli>\u003Ccode>system\u003C\u002Fcode> – displays the site system information.\u003C\u002Fli>\n\u003Cli>\u003Ccode>inline_mixed\u003C\u002Fcode> – consists of inline elements of fields with different field types.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Bundled Custom Field Types\u003C\u002Fh4>\n\u003Cp>With custom field types, you can create more detailed customized field outputs. The demo component includes the following example custom field types.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>sample\u003C\u002Fcode> – a sample custom field type with a JavaScript script.\u003C\u002Fli>\n\u003Cli>\u003Ccode>github\u003C\u002Fcode> – displays GitHub buttons.\u003C\u002Fli>\n\u003Cli>\u003Ccode>path\u003C\u002Fcode> – lets the user select file paths on the server.\u003C\u002Fli>\n\u003Cli>\u003Ccode>toggle\u003C\u002Fcode> – lets the user toggle a switch button.\u003C\u002Fli>\n\u003Cli>\u003Ccode>no_ui_slider\u003C\u002Fcode> – lets the user set values between ranges with a slider.\u003C\u002Fli>\n\u003Cli>\u003Ccode>select2\u003C\u002Fcode> – lets the user select items from a predefined list which cam be populated with AJAX.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_type_taxonomy\u003C\u002Fcode> – lets the user select taxonomy terms of selected post types.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If you want a field type that are not listed here, you can check the \u003Ca href=\"http:\u002F\u002Fadmin-page-framework.michaeluno.jp\u002Fadd-ons\u002Ffield-type-pack\u002F\" rel=\"nofollow ugc\">field type pack\u003C\u002Fa> or request a new one in the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fadmin-page-framework\" rel=\"ugc\">forum\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Getting Started\u003C\u002Fh4>\n\u003Cp>To get started, go to \u003Cstrong>Dashboard\u003C\u002Fstrong> -> \u003Cstrong>Admin Page Framework\u003C\u002Fstrong> -> \u003Cstrong>About\u003C\u002Fstrong> -> \u003Cstrong>Getting Started\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Ch4>Demo\u003C\u002Fh4>\n\u003Cp>Activate the demo pages to see the possible features of the framework. To activate it, go to \u003Cstrong>Dashboard\u003C\u002Fstrong> -> \u003Cstrong>Admin Page Framework\u003C\u002Fstrong> -> \u003Cstrong>Add Ons\u003C\u002Fstrong> -> \u003Cstrong>Demo\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Ch4>Documentation\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fadmin-page-framework.michaeluno.jp\u002Fen\u002Fv3\u002Fpackage-AdminPageFramework.AdminPage.html\" rel=\"nofollow ugc\">Online Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fadmin-page-framework.michaeluno.jp\u002Ftutorials\u002F\" rel=\"nofollow ugc\">Tutorials\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Notes:\u003C\u002Fstrong> this framework does not do anything by itself. If you are not a developer, you do not need this.\u003C\u002Fp>\n\u003Ch4>Use Unique Page Slug\u003C\u002Fh4>\n\u003Cp>The framework internally uses the \u003Ccode>add_submenu_page()\u003C\u002Fcode> function to register sub menu pages. When the same page slug is registered for multiple root pages, only the last registered callback gets triggered. The other ones will be ignored.\u003C\u002Fp>\n\u003Cp>This means if you choose a very simple page slug such as \u003Ccode>about\u003C\u002Fcode> for your plugin\u002Ftheme’s information page and then if there is another plugin using the same page slug, your users will get either of your page or the other.\u003C\u002Fp>\n\u003Cp>To avoid this, make sure to use a unique page slug. One way to do that is to add a prefix like \u003Ccode>apf_about\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Ch4>Use the files generated with the component generator\u003C\u002Fh4>\n\u003Cp>There is one thing you need to be careful when you include the framework: the framework version conflicts. Imagine you publish a plugin using the framework v3.4.6 and your plugin user installs a plugin using the framework v3.0.0 which is below your framework version. If the other plugin loads earlier than yours, your plugin may not work properly and vice versa.\u003C\u002Fp>\n\u003Cp>There is a way to avoid such a conflict: change the PHP class names of the framework you include. All the class names have the prefix \u003Ccode>AdminPageFramework\u003C\u002Fcode> so just change it to something like \u003Ccode>MyPlugin_AdminPageFramework\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>Go to \u003Cstrong>Dashboard\u003C\u002Fstrong> -> \u003Cstrong>Admin Page Framework\u003C\u002Fstrong> -> \u003Cstrong>Tools\u003C\u002Fstrong> -> \u003Cstrong>Generator\u003C\u002Fstrong>. Set the prefix in the option field and download the files.\u003C\u002Fp>\n\u003Cp>If you do not modify the framework class names, you are supposed to extend the \u003Ccode>AdminPageFramework\u003C\u002Fcode> factory class.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>class MyAdminPage extends AdminPageFramework {\n    ...\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>When you modify the framework class names, make sure you extend the class with the modified name.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>class MyAdminPage extends MyPlugin_AdminPageFramework {\n    ...\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For more detailed instruction, go to \u003Cstrong>Dashboard\u003C\u002Fstrong> -> \u003Cstrong>Admin Page Framework\u003C\u002Fstrong> -> \u003Cstrong>About\u003C\u002Fstrong> -> \u003Cstrong>Getting Started\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>By the time WordPress’s minimum required PHP version becomes 5.3 or higher, we can use name spaces then this problem will be solved.\u003C\u002Fp>\n\u003Ch4>Change Framework’s System Messages\u003C\u002Fh4>\n\u003Cp>The default messages defined by the framework can be changed. For example, when you import a setting with the framework, the setting notice “The options have been updated.” will be displayed.\u003C\u002Fp>\n\u003Cp>If you want to change it to something else, modify the \u003Ccode>oMsg\u003C\u002Fcode> object. It has the \u003Ccode>aMessages\u003C\u002Fcode> public property array holding all the messages that the framework uses.\u003C\u002Fp>\n\u003Ch4>Get comfortable with the ‘attributes’ array argument\u003C\u002Fh4>\n\u003Cp>In each field definition array, you can set the \u003Ccode>attributes\u003C\u002Fcode> arguments which defines the HTML attributes of the field so that you can modify the output of the field by passing attribute values.\u003C\u002Fp>\n\u003Cp>The argument accepts the values as an array. Each element represents the attribute’s name and value. The array key corresponds to the name of the attribute and the value to the attribute value.\u003C\u002Fp>\n\u003Cp>For example,\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'      => 'interval',\n    'title'         => __( 'Interval', 'task-scheduler' ),\n    'type'          => 'number',\n    'attributes'    => array(\n        'min'   => 0,\n        'step'  => 1,\n        'max'   => 24,\n    ),\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>In addition, you can change the attributes of the following container elements by setting their key and passing a nested attribute array.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>fieldrow\u003C\u002Fcode> – the \u003Ccode>td\u003C\u002Fcode> tag element containing the field output.\u003C\u002Fli>\n\u003Cli>\u003Ccode>fieldset\u003C\u002Fcode> – the \u003Ccode>fieldset\u003C\u002Fcode> tag element containing the field output.\u003C\u002Fli>\n\u003Cli>\u003Ccode>fields\u003C\u002Fcode> – the \u003Ccode>div\u003C\u002Fcode> tag element containing the sub-fields and the main field.\u003C\u002Fli>\n\u003Cli>\u003Ccode>field\u003C\u002Fcode> – the \u003Ccode>div\u003C\u002Fcode> tag element containing each field.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This submit button will float right.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'          => 'submit',\n    'type'              => 'submit',\n    'save'              => false,\n    'value'             => __( 'Save', 'task-scheduler' ),\n    'label_min_width'   => 0,\n    'attributes'        => array(\n        'field' => array(\n            'style' => 'float:right; clear:none; display: inline;',\n        ),\n    ),\n)\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For meta box and widget form fields (as they have slightly different styling than generic admin pages),\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'          => 'submit_in_meta_box',\n    'type'              => 'submit',\n    'save'              => false,\n    'show_title_column' => false,\n    'label_min_width'   => 0,\n    'attributes'        => array(\n        'field' => array(\n            'style' => 'float:right; width:auto;',\n        ),\n    ),\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Change Preview Image Size of the ‘image’ Field Type\u003C\u002Fh4>\n\u003Cp>To specify a custom size to the preview element of the \u003Ccode>image\u003C\u002Fcode> field type, set an attribute array like the below, where 300px is the max width.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'      => 'my_image_field_id',\n    'title'         => __( 'Image', 'admin-page-framework-demo' ),\n    'type'          => 'image',\n    'attributes'    => array(\n        'preview' => array(\n            'style' => 'max-width: 200px;',\n        ),\n    ),\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Display items of ‘radio’ field type one per line\u003C\u002Fh4>\n\u003Cp>To display radio button items one per line, set the \u003Ccode>label_min_width\u003C\u002Fcode> to \u003Ccode>100%\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'          => 'my_radio_field_id',\n    'title'             => __( 'Radio Button', 'admin-page-framework-demo' ),\n    'type'              => 'radio',\n    'label_min_width'   => '100%',\n    'label'             => array(\n        'a' => __( 'This is a.', 'admin-page-framework-demo' ),\n        'b' => __( 'This is b.', 'admin-page-framework-demo' ),\n        'c' => __( 'This is a.', 'admin-page-framework-demo' )c\n    ),\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Set default field value\u003C\u002Fh4>\n\u003Cp>To set the initial value of a field, use the \u003Ccode>default\u003C\u002Fcode> argument in the field definition array.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'  => 'my_text_field_id',\n    'title'     => __( 'My Text Input Field', 'admin-page-framework-demo' ),\n    'type'      => 'text',\n    'default'   => 'This text will be displayed for the first time that the field is displayed and will be overridden when a user set an own value.',\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Always display a particular value in a field\u003C\u002Fh4>\n\u003Cp>The \u003Ccode>value\u003C\u002Fcode> argument in the definition array can suppress the saved value. This is useful when you want to set a value from a different data source or create a wizard form that stores the data in a custom location.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'  => 'my_text_field_id',\n    'title'     => __( 'My Text Input Field', 'admin-page-framework-demo' ),\n    'type'      => 'text',\n    'value'     => 'This will be always set.',\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If it is a repeatable field, set values in numerically indexed sub-elements.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>array(\n    'field_id'      => 'my_text_field_id',\n    'title'         => __( 'My Text Input Field', 'admin-page-framework-demo' ),\n    'type'          => 'text',\n    'repeatable'    => true,\n    'value'         => 'the first value',\n    array(\n        'value' => 'the second value',\n    ),\n    array(\n        'value' => 'the third value',\n    ),\n),\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Alternately, you may use the \u003Ccode>options_{instantiated class name}\u003C\u002Fcode> filter to suppress the options so that setting the value argument is not necessary.\u003Cbr \u002F>\nSee examples, https:\u002F\u002Fgist.github.com\u002Fmichaeluno\u002Fc30713fcfe0d9d45d89f, https:\u002F\u002Fgist.github.com\u002Fmichaeluno\u002Ffcfac27825aa8a35b90f,\u003C\u002Fp>\n","Facilitates WordPress plugin and theme development.",80,64675,100,23,"2022-04-15T03:48:00.000Z","5.9.13","3.4","",[20,21,22,23,24],"admin-pages","api","developers","options","settings","http:\u002F\u002Fadmin-page-framework.michaeluno.jp\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.9.1.zip",85,0,null,"2026-04-06T09:54:40.288Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":27,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},17,2210,30,84,"2026-04-06T10:19:59.545Z",[39,59,84,106,129],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":13,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":18,"tags":53,"homepage":57,"download_link":58,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"register-settings-api","Register Settings API","1.4","Jenst","https:\u002F\u002Fprofiles.wordpress.org\u002Fjenst\u002F","\u003Cp>Add settings to your own theme or plugin. As simple as writing an array.\u003C\u002Fp>\n\u003Cp>Full documentation at: http:\u002F\u002Fwww.wp-load.com\u002Fregister-settings-api\u002F\u003C\u002Fp>\n\u003Ch4>Benefits of the plugin\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Work fine as a plugin OR as included to your theme or plugin.\u003C\u002Fli>\n\u003Cli>Everything you need is in one single file.\u003C\u002Fli>\n\u003Cli>No more fighting the settings API. Just add your settings and you are done.\u003C\u002Fli>\n\u003Cli>Tinymce, textarea, checkboxes, radio buttons, url, color, email supported.\u003C\u002Fli>\n\u003Cli>It will from the array create a menu and a settings page with tabs and fields.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Full example, placed in functions.php OR your plugin\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>add_filter('register_settings_api', 'settings_array');\n\nfunction settings_array( $options_page ) {\n    $options_page['my-menu-slug'] = array(\n        'menu_title' => 'My menu',\n        'page_title' => 'My page',\n        'option_name' => 'my_options_slug',\n        'tabs' => array(\n            'first' => array(\n                'tab_title' => 'My first tab',\n                'fields' => array(\n                    'my_editor' => array(\n                        'type' => 'tinymce',\n                        'title' => 'My editor'\n                    ),\n                    'my_color' => array(\n                        'type' => 'color',\n                        'title' => 'My color'\n                    )\n                ),\n            ),\n            'second' => array(\n                'tab_title' => 'My second tab',\n                'fields' => array(\n                    'my_textarea' => array(\n                        'type' => 'textarea',\n                        'title' => 'My textarea'\n                    )\n                )\n            )\n        )\n    );\n    return $options_page;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Add settings to your own theme or plugin. As simple as writing an array.",10,1962,2,"2014-12-31T20:30:00.000Z","4.1.42","4.0",[54,23,55,56],"admin","settings-api","wp-admin","http:\u002F\u002Fwww.wp-load.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fregister-settings-api.1.4.zip",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":70,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":74,"tags":75,"homepage":80,"download_link":81,"security_score":82,"vuln_count":49,"unpatched_count":28,"last_vuln_date":83,"fetched_at":30},"one-click-demo-import","One Click Demo Import","3.4.0","Syed Balkhi","https:\u002F\u002Fprofiles.wordpress.org\u002Fsmub\u002F","\u003Cp>The best feature of this plugin is, that theme authors can define import files in their themes and so all you (the user of the theme) have to do is click on the “Import Demo Data” button.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Are you a theme author?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Setup One Click Demo Imports for your theme and your users will thank you for it!\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Focdi.com\u002Fquick-integration-guide\u002F\" rel=\"nofollow ugc\">Follow this easy guide on how to setup this plugin for your themes!\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Are you a theme user?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Contact the author of your theme and \u003Ca href=\"https:\u002F\u002Focdi.com\u002Fask-your-theme-author\u002F\" rel=\"nofollow ugc\">let them know about this plugin\u003C\u002Fa>. Theme authors can make any theme compatible with this plugin in 15 minutes and make it much more user-friendly.\u003C\u002Fp>\n\u003Cp>“\u003Ca href=\"https:\u002F\u002Focdi.com\u002Fask-your-theme-author\u002F#how-can-you-contact-your-theme-author\" rel=\"nofollow ugc\">Where can I find the theme author contact?\u003C\u002Fa>“\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Please take a look at our \u003Ca href=\"https:\u002F\u002Focdi.com\u002Fuser-guide\u002F\" rel=\"nofollow ugc\">plugin documentation\u003C\u002Fa> for more information on how to import your demo content.\u003C\u002Fp>\n\u003Cp>This plugin is using the modified version of the improved WP import 2.0 that is still in development and can be found here: https:\u002F\u002Fgithub.com\u002Fhumanmade\u002FWordPress-Importer.\u003C\u002Fp>\n\u003Cp>NOTE: There is no setting to “connect” authors from the demo import file to the existing users in your WP site (like there is in the original WP Importer plugin). All demo content will be imported under the current user.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Do you want to contribute?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Please refer to our official \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fawesomemotive\u002Fone-click-demo-import\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa>.\u003C\u002Fp>\n","Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import for your users.",1000000,19973333,86,79,"2025-09-11T09:36:00.000Z","6.8.5","5.5","7.4",[76,77,24,78,79],"content","import","theme-options","widgets","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fone-click-demo-import\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fone-click-demo-import.3.4.0.zip",97,"2024-05-07 00:00:00",{"slug":85,"name":86,"version":87,"author":88,"author_profile":89,"description":90,"short_description":91,"active_installs":92,"downloaded":93,"rating":13,"num_ratings":94,"last_updated":95,"tested_up_to":96,"requires_at_least":97,"requires_php":74,"tags":98,"homepage":102,"download_link":103,"security_score":36,"vuln_count":104,"unpatched_count":28,"last_vuln_date":105,"fetched_at":30},"cmb2","CMB2","2.11.0","Justin Sternberg","https:\u002F\u002Fprofiles.wordpress.org\u002Fjtsternberg\u002F","\u003Cp>CMB2 is a developer’s toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind. Easily manage meta for posts, terms, users, comments, or create custom option pages.\u003C\u002Fp>\n\u003Cp>CMB2 is a complete rewrite of Custom Metaboxes and Fields for WordPress. To get started, please follow the examples in the included \u003Ccode>example-functions.php\u003C\u002Fcode> file and have a look at the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\u002FBasic-Usage\" rel=\"nofollow ugc\">basic usage instructions\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>You can see a list of available field types \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\u002FField-Types#types\" rel=\"nofollow ugc\">here\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Contribution\u003C\u002Fh3>\n\u003Cp>Development occurs on Github, and all contributions welcome. Please read the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fblob\u002Fmaster\u002FCONTRIBUTING.md\" rel=\"nofollow ugc\">CONTRIBUTING\u003C\u002Fa> doc for more details.\u003C\u002Fp>\n\u003Cp>A complete list of all our awesome contributors found here: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fgraphs\u002Fcontributors\" rel=\"nofollow ugc\">github.com\u002FCMB2\u002FCMB2\u002Fgraphs\u002Fcontributors\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Features:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Create metaboxes to be used on post edit screens.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\u002FUsing-CMB-to-create-an-Admin-Theme-Options-Page\" rel=\"nofollow ugc\">Create forms to be used on an options pages\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Create forms to handle user meta and display them on user profile add\u002Fedit pages.\u003C\u002Fli>\n\u003Cli>Create forms to handle term meta and display wherever your taxonomies are used.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\u002FBringing-Metaboxes-to-the-Front-end\" rel=\"nofollow ugc\">Flexible API that allows you to use CMB forms almost anywhere, even on the front-end\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\u002FField-Types\" rel=\"nofollow ugc\">Several field types are included\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\u002FAdding-your-own-field-types\" rel=\"nofollow ugc\">Custom API hook that allows you to create your own field types\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>There are numerous hooks and filters, allowing you to modify many aspects of the library (without editing it directly).\u003C\u002Fli>\n\u003Cli>Repeatable fields for most field types are supported, as well as repeatable field groups.\u003C\u002Fli>\n\u003Cli>CMB2 is safe to bundle with any project. It will only load the newest version in the system.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Translation\u003C\u002Fh3>\n\u003Cp>If you are looking to provide language translation files, Please do so via \u003Ca href=\"https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Fcmb2\" rel=\"nofollow ugc\">WordPress Plugin Translations\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>CMB2 documentation can be found at \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\" rel=\"nofollow ugc\">the CMB2 wiki\u003C\u002Fa> on github. Also, If you’re into reading code and inline documentation, we tried to keep all functions and methods fully inline-documented.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>3rd Party Resources\u003C\u002Fh3>\n\u003Cp>Custom Field Types\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcoreymcollins\u002Fcmb-attached-posts\" rel=\"nofollow ugc\">CMB2 Field Type: CMB Attached Posts Field\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcoreymcollins\" rel=\"nofollow ugc\">coreymcollins\u003C\u002Fa>: \u003Ccode>custom_attached_posts\u003C\u002Fcode>, for attaching posts to a page.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Falexis-magina\u002Fcmb2-field-post-search-ajax\" rel=\"nofollow ugc\">CMB2 Field Type: Post Search Ajax\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Falexis-magina\" rel=\"nofollow ugc\">alexis-magina\u003C\u002Fa>: \u003Ccode>post_search_ajax\u003C\u002Fcode> Attach posts to each other. Same approach as \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcoreymcollins\u002Fcmb-attached-posts\" rel=\"nofollow ugc\">CMB2 Attached Posts Field\u003C\u002Fa> but with Ajax request, multiple\u002Fsingle option, and different UI.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-ajax-search\" rel=\"nofollow ugc\">CMB2 Field Type: Ajax Search\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: 3 different fields with the same UI in AJAX to search (with query parameters) to users, post type and taxonomy terms.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FMte90\u002FCMB2-User-Search-field\" rel=\"nofollow ugc\">CMB2 Field Type: CMB2 User Search field\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FMte90\" rel=\"nofollow ugc\">Mte90\u003C\u002Fa>: \u003Ccode>user_search_text\u003C\u002Fcode> adds a user-search dialog for searching\u002Fattaching other User IDs.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FmustardBees\u002Fcmb_field_map\" rel=\"nofollow ugc\">CMB2 Field Type: Google Maps\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FmustardBees\" rel=\"nofollow ugc\">mustardBees\u003C\u002Fa>: Custom field type for Google Maps.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>The \u003Ccode>pw_map\u003C\u002Fcode> field stores the latitude\u002Flongitude values which you can then use to display a map in your theme.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvilleristi\u002FCMB2-field-Leaflet-Geocoder\" rel=\"nofollow ugc\">CMB2 Field Type: Leaflet Maps\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvilleristi\" rel=\"nofollow ugc\">villeristi\u003C\u002Fa>: Custom field type for \u003Ca href=\"https:\u002F\u002Fleafletjs.com\u002F\" rel=\"nofollow ugc\">Leaflet\u003C\u002Fa> Maps.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FmustardBees\u002Fcmb-field-select2\" rel=\"nofollow ugc\">CMB2 Field Type: Select2\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FmustardBees\" rel=\"nofollow ugc\">mustardBees\u003C\u002Fa>: Custom field types which use the \u003Ca href=\"https:\u002F\u002Fselect2.org\u002F\" rel=\"nofollow ugc\">Select2\u003C\u002Fa> script:\u003C\u002Fp>\n\u003Cblockquote>\n\u003Col>\n\u003Cli>The \u003Ccode>pw_select field\u003C\u002Fcode> acts much like the default select field. However, it adds typeahead-style search allowing you to quickly make a selection from a large list\u003C\u002Fli>\n\u003Cli>The \u003Ccode>pw_multiselect\u003C\u002Fcode> field allows you to select multiple values with typeahead-style search. The values can be dragged and dropped to reorder\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fblockquote>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fqmatt\u002Fcmb2-field-slider\" rel=\"nofollow ugc\">CMB Field Type: Slider\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmattkrupnik\u002F\" rel=\"nofollow ugc\">mattkrupnik\u003C\u002Fa>: Adds a jQuery UI Slider field.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2-Date-Range-Field\" rel=\"nofollow ugc\">WDS CMB2 Date Range Field\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdustyf\" rel=\"nofollow ugc\">dustyf\u003C\u002Fa> of \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FWebDevStudios\" rel=\"nofollow ugc\">WebDevStudios\u003C\u002Fa>: Adds a date range field.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2-Remote-Image-Select-Field\" rel=\"nofollow ugc\">CMB2 Remote Image Select\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FJayWood\" rel=\"nofollow ugc\">JayWood\u003C\u002Fa> of \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FWebDevStudios\" rel=\"nofollow ugc\">WebDevStudios\u003C\u002Fa>: Allows users to enter a URL in a text field and select a single image for use in post meta. Similar to Facebook’s featured image selector.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcmb-field-type-sorter\u002F\" rel=\"ugc\">CMB Field Type: Sorter\u003C\u002Fa>: This plugin gives you two CMB field types based on the Sorter script.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fflorianbeck\u002Fcmb2-field-type-tags\" rel=\"nofollow ugc\">CMB Field Type: Tags\u003C\u002Fa>: WordPress-Tags-like field type for CMB2. \u003Cem>note: this does not set the post tags, but simply provides a unique text input\u003C\u002Fem>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Flink-picker-for-cmb2\u002F\" rel=\"ugc\">CMB Field Type: Link Picker\u003C\u002Fa>: Using the Link Picker for CMB2 control, you can choose a link from your WordPress site, or manually enter a link. You can also identify if the link should open in a new window, or not.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Foriggami\u002Fcmb2-multidates-picker\" rel=\"nofollow ugc\">CMB Field Type: MultidatesPicker\u003C\u002Fa>: Creates a CMB2 field type that enables a multiple date calendar. It uses a plugin called \u003Ca href=\"https:\u002F\u002Fdubrox.github.io\u002FMultiple-Dates-Picker-for-jQuery-UI\u002F\" rel=\"nofollow ugc\">MultiDatesPicker v1.6.3 for jQuery UI\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsatwinderrathore\u002FCMB2-radio-image\" rel=\"nofollow ugc\">CMB Field Type: CMB2-radio-image\u003C\u002Fa>: Image as radio buttons.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fflorianbeck\u002Fcmb2-field-type-tags\" rel=\"nofollow ugc\">CMB2 Term Select\u003C\u002Fa>: Special CMB2 Field that allows users to define an autocomplete text field for terms. \u003Cem>Note: this will set the taxonomy terms, but has the option (\u003Ccode>'apply_term' => false\u003C\u002Fcode>) to disable and save the term ids as data instead (like for options pages, etc).\u003C\u002Fem>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjtsternberg\u002FCMB2-Related-Links\" rel=\"nofollow ugc\">CMB2 Related Links\u003C\u002Fa>: Allows users to add a related links via a repeating field group. Field inputs are powered by the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2-Post-Search-field\" rel=\"nofollow ugc\">CMB2 Field Type: CMB2 Post Search field\u003C\u002Fa> documented above, and so each link can be populated with existing WordPress content by clicking on the search button. \u003Cem>Note: this is not a standard field type, but instead a function you use in combination with CMB2::add_field().\u003C\u002Fem>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-order\" rel=\"nofollow ugc\">CMB2 Field Type: Order\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: Allows users to define custom order of predefined options.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-animation\" rel=\"nofollow ugc\">CMB2 Field Type: Animation\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: Allows users to pickup an animation from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdaneden\u002Fanimate.css\" rel=\"nofollow ugc\">Animate.css\u003C\u002Fa> (includes preview of chosen animation).\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-ajax-search\" rel=\"nofollow ugc\">CMB2 Field Type: Ajax Search\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: Based on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Falexis-magina\u002Fcmb2-field-post-search-ajax\" rel=\"nofollow ugc\">CMB2 Field Type: Post Search Ajax\u003C\u002Fa>, adds the ability to attach posts\u002Fusers\u002Fterms, and the ability to limit the maximum number of attached objects.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-visual-style-editor\" rel=\"nofollow ugc\">CMB2 Field Type: Visual Style Editor\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: Custom field for CMB2 which allows customizing style from a small set of controls.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-content-wrap\" rel=\"nofollow ugc\">CMB2 Field Type: Content Wrap\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: Custom field for CMB2 to store a content wrap values (padding, margin or border width).\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-js-controls\" rel=\"nofollow ugc\">CMB2 Field JS Controls\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: Show any field similar to WordPress publishing actions (Post\u002FPage post_status, visibility and post_date submit box field).\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\u002Fcmb2-field-position\" rel=\"nofollow ugc\">CMB2 Field Type: Position\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frubengc\" rel=\"nofollow ugc\">rubengc\u003C\u002Fa>: CMB2 field type to setup a jquery UI position values.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fpixelwatt\u002Fcmb2-roadway-segments\" rel=\"nofollow ugc\">CMB2 Field Type: CMB2 Roadway Segments\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fpixelwatt\" rel=\"nofollow ugc\">pixelwatt\u003C\u002Fa>: This plugin adds a new CMB2 fieldtype for drawing roadway segments onto a map and provides a shortcode for display.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fserkanalgur\u002Fcmb2-field-faiconselect\" rel=\"nofollow ugc\">CMB2 Field Type: Font Awesome\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fserkanalgur\" rel=\"nofollow ugc\">serkanalgur\u003C\u002Fa>: This plugin adds a new CMB2 field type for selecting Font Awesome icons.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Feduplessis\u002Fcmb2-typography\" rel=\"nofollow ugc\">CMB2 Field Type: Typography\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Feduplessis\" rel=\"nofollow ugc\">eduplessis\u003C\u002Fa>: This plugin adds a new CMB2 field type “Typography” and it use jQuery fontselect for the font-family selection.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FRekenna\u002Fcmb2-markdown\" rel=\"nofollow ugc\">CMB2 Field Type: Markdown\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FRekenna\" rel=\"nofollow ugc\">Rekenna\u003C\u002Fa>: This plugin adds a new CMB2 field type “CMB2 Markdown” where you can type in markdown and view a live preview of the results or convert to html with a button.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fthemevan\u002FCMB2-Switch-Button\" rel=\"nofollow ugc\">CMB2 Field Type: Switch Button\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fthemevan\" rel=\"nofollow ugc\">themevan\u003C\u002Fa>: This plugin adds a Custom Switch Button field type for CMB2.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmanzoorwanijk\u002Fcmb2-select-plus\" rel=\"nofollow ugc\">CMB2 Field Type: select_plus\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmanzoorwanijk\u002F\" rel=\"nofollow ugc\">manzoorwanijk\u003C\u002Fa>: Select field type which acts much like the default \u003Ccode>select\u003C\u002Fcode> field. However, it adds the support for \u003Ccode>optgroup\u003C\u002Fcode> and saving of values with \u003Ccode>multiple\u003C\u002Fcode> attribute.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscottsawyer\u002Fcmb2-field-address\" rel=\"nofollow ugc\">CMB2 Field Type: Address\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscottsawyer\" rel=\"nofollow ugc\">scottsawyer\u003C\u002Fa>: Just a simple, repeatable address field.  It’s really just the snippet from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2-Snippet-Library\" rel=\"nofollow ugc\">CMB2 Snippet Library\u003C\u002Fa> converted to a plugin.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscottsawyer\u002Fcmb2-field-link\" rel=\"nofollow ugc\">CMB2 Field Type: Link\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscottsawyer\" rel=\"nofollow ugc\">scottsawyer\u003C\u002Fa>: Create a link field with some attributes. Very nice for styling links.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscottsawyer\u002Fcmb2-field-widget-selector\" rel=\"nofollow ugc\">CMB2 Field Type: Widget Selector\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fscottsawyer\" rel=\"nofollow ugc\">scottsawyer\u003C\u002Fa>: Need a field that lets you ( or your editor ) select \u002F display an existing widget instance? Then this is the plugin for you.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Other Helpful Resources\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002Fcmb2-woocommerce-hpos-orders\" rel=\"nofollow ugc\">CMB2 WooCommerce HPOS Orders\u003C\u002Fa>: Adds the ability to add custom fields to the new WooCommerce HPOS orders page.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftwoelevenjay\u002FCMB2-Admin-Extension\" rel=\"nofollow ugc\">CMB2 Admin Extension\u003C\u002Fa>: Adds a UI to create CMB2 meta boxes from the WordPress admin. Also on \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcmb2-admin-extension\u002F\" rel=\"ugc\">wordpress.org\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjtsternberg\u002FShortcode_Button\" rel=\"nofollow ugc\">WordPress Shortcode Button\u003C\u002Fa>: Uses CMB2 fields to generate fields for shortcode input modals.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FWebDevStudios\u002FWDS-Simple-Page-Builder\" rel=\"nofollow ugc\">WDS-Simple-Page-Builder\u003C\u002Fa>: Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements. Built with CMB2.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2-Example-Theme\" rel=\"nofollow ugc\">CMB2 Example Theme\u003C\u002Fa>: Demonstrate how to include CMB2 in your theme, as well as some cool tips and tricks.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002F\u002FWebDevStudios\u002Ffacetwp-cmb2\" rel=\"nofollow ugc\">facetwp-cmb2\u003C\u002Fa>: FacetWP integration with CMB2.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Foriggami\u002FCMB2-grid\" rel=\"nofollow ugc\">CMB2-grid\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Foriggami\u002F\" rel=\"nofollow ugc\">origgami\u003C\u002Fa>: A grid system for WordPress CMB2 library that allows the creation of columns for a better layout in the admin.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frogerlos\u002Fcmb2-metatabs-options\" rel=\"nofollow ugc\">CMB2 Metatabs Options\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frogerlos\u002F\" rel=\"nofollow ugc\">rogerlos\u003C\u002Fa>: CMO makes it easy to create options pages with multiple metaboxes–and optional WordPress admin tabs.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjcchavezs\u002Fcmb2-conditionals\" rel=\"nofollow ugc\">CMB2 Conditionals\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fjcchavezs\u002F\" rel=\"nofollow ugc\">jcchavezs\u003C\u002Fa>: Allows developers to relate fields so the display of one is conditional on the value of another.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwillthemoor.github.io\u002Fcmb2-metabox-generator\u002F\" rel=\"nofollow ugc\">CMB2 Metabox Code Generator\u003C\u002Fa> from \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwillthemoor\u002F\" rel=\"nofollow ugc\">willthemoor\u003C\u002Fa>: Skip the boring bits. Use this generator to create fully functional CMB2 metaboxes easily. Now with bulk entry!\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcaldera-metaplate\u002F\" rel=\"ugc\">Caldera Metaplate\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fcalderawp.com\u002F\" rel=\"nofollow ugc\">CalderaWP\u003C\u002Fa>: Not specific to CMB2, but allows creating templates for outputting your custom fields.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Falexis-magina\u002Fyoast-cmb2-field-analysis\" rel=\"nofollow ugc\">Yoast CMB2 Field Analysis WP Plugin\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Falexis-magina\" rel=\"nofollow ugc\">alexis-magina\u003C\u002Fa>: This plugin adds in a js based method of recalculating Yoast SEO’s content scores when updating page content, specifically custom meta fields added via the CMB2 library.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fawethemes\u002Fskeleton\" rel=\"nofollow ugc\">Skeleton\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fawethemes\" rel=\"nofollow ugc\">awethemes\u003C\u002Fa>: A complete framework for WordPress, uses CMB2 engine.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-simple-iconfonts\u002F\" rel=\"ugc\">WP Simple Iconfonts\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fawethemes\" rel=\"nofollow ugc\">awethemes\u003C\u002Fa>: An icon fonts manager and provides a font icon picker for CMB2.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fnsrosenqvist\u002Fcmb2-nav-menus\" rel=\"nofollow ugc\">CMB2 Nav Menus\u003C\u002Fa> by \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fnsrosenqvist\" rel=\"nofollow ugc\">nsrosenqvist\u003C\u002Fa>: Lets you use CMB2 in nav menu entries..\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Links\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fcmb2.io\" rel=\"nofollow ugc\">Project Homepage\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\" rel=\"nofollow ugc\">Github project page\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fwiki\" rel=\"nofollow ugc\">Documentation (GitHub wiki)\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2-Snippet-Library\u002F\" rel=\"nofollow ugc\">Snippet Library\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2\u002Fblob\u002Fmaster\u002FCHANGELOG.md\" rel=\"nofollow ugc\">View CHANGELOG\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Known Issues\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Metabox containing WYSIWYG editor cannot be moved or used in a repeatable way at this time (this is a TinyMCE issue).\u003C\u002Fli>\n\u003Cli>Not all fields work well in a repeatable group.\u003C\u002Fli>\n\u003C\u002Ful>\n","CMB2 is a metabox, custom fields, and forms library for WordPress that will blow your mind.",300000,4990915,91,"2024-04-02T19:36:00.000Z","6.4.8","3.8.0",[99,100,101,23,24],"fields","forms","metaboxes","https:\u002F\u002Fgithub.com\u002FCMB2\u002FCMB2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcmb2.zip",1,"2024-04-03 00:00:00",{"slug":107,"name":108,"version":109,"author":110,"author_profile":111,"description":112,"short_description":113,"active_installs":114,"downloaded":115,"rating":116,"num_ratings":117,"last_updated":118,"tested_up_to":119,"requires_at_least":120,"requires_php":121,"tags":122,"homepage":124,"download_link":125,"security_score":126,"vuln_count":127,"unpatched_count":28,"last_vuln_date":128,"fetched_at":30},"option-tree","OptionTree","2.7.3","Derek Herman","https:\u002F\u002Fprofiles.wordpress.org\u002Fvalendesigns\u002F","\u003Cp>OptionTree attempts to bridge the gap between WordPress developers, designers and end-users by creating fully responsive option panels and meta boxes with an ease unlike any other plugin. OptionTree has many advanced features with well placed hooks and filters to adjust every aspect of the user experience.\u003C\u002Fp>\n\u003Cp>Build your Theme Options panel locally with an easy to use drag & drop interface and then export a functioning \u003Ccode>theme-options.php\u003C\u002Fcode> file for production use that is i18n translation ready, with your custom text domain automatically inserted.\u003C\u002Fp>\n\u003Cp>And, in just a few simple lines of code, save settings to the database with a unique array ID so none of your Theme Options conflict with other themes that use OptionTree.\u003C\u002Fp>\n\u003Cp>Also, OptionTree now takes full advantage of the new color schemes introduced in WordPress 3.8, it looks and feels built-in.\u003C\u002Fp>\n\u003Ch4>Theme Integration\u003C\u002Fh4>\n\u003Cp>If you’re like me, you want to know how everything works. Download and activate the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvalendesigns\u002Foption-tree-theme\" rel=\"nofollow ugc\">OptionTree Theme\u003C\u002Fa> and see first hand how to integrate OptionTree into your own project. I’ll walk you through installing OptionTree and you’ll get a chance to see all the various options and filters first hand and in the wild.\u003C\u002Fp>\n\u003Ch4>Contributing\u003C\u002Fh4>\n\u003Cp>To contribute or report bugs, please go to the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvalendesigns\u002Foption-tree\" rel=\"nofollow ugc\">OptionTree Github\u003C\u002Fa> repository.\u003C\u002Fp>\n\u003Ch4>Sponsorship\u003C\u002Fh4>\n\u003Cp>OptionTree is a project partly sponsored by \u003Ca href=\"http:\u002F\u002Fthemeforest.net\u002F?ref=valendesigns\" rel=\"nofollow ugc\">ThemeForest\u003C\u002Fa>, the largest WordPress theme marketplace on the web.\u003C\u002Fp>\n\u003Ch4>Option Types\u003C\u002Fh4>\n\u003Cp>This is a complete list of all the available option types that come shipped with OptionTree.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Background\u003C\u002Fli>\n\u003Cli>Border\u003C\u002Fli>\n\u003Cli>Box Shadow\u003C\u002Fli>\n\u003Cli>Category Checkbox\u003C\u002Fli>\n\u003Cli>Category Select\u003C\u002Fli>\n\u003Cli>Checkbox\u003C\u002Fli>\n\u003Cli>Colorpicker\u003C\u002Fli>\n\u003Cli>Colorpicker Opacity\u003C\u002Fli>\n\u003Cli>CSS\u003C\u002Fli>\n\u003Cli>Custom Post Type Checkbox\u003C\u002Fli>\n\u003Cli>Custom Post Type Select\u003C\u002Fli>\n\u003Cli>Date Picker\u003C\u002Fli>\n\u003Cli>Date Time Picker\u003C\u002Fli>\n\u003Cli>Dimension\u003C\u002Fli>\n\u003Cli>Gallery\u003C\u002Fli>\n\u003Cli>Google Fonts\u003C\u002Fli>\n\u003Cli>JavaScript\u003C\u002Fli>\n\u003Cli>Link Color\u003C\u002Fli>\n\u003Cli>List Item\u003C\u002Fli>\n\u003Cli>Measurement\u003C\u002Fli>\n\u003Cli>Numeric Slider\u003C\u002Fli>\n\u003Cli>On\u002FOff\u003C\u002Fli>\n\u003Cli>Page Checkbox\u003C\u002Fli>\n\u003Cli>Page Select\u003C\u002Fli>\n\u003Cli>Post Checkbox\u003C\u002Fli>\n\u003Cli>Post Select\u003C\u002Fli>\n\u003Cli>Radio\u003C\u002Fli>\n\u003Cli>Radio Image\u003C\u002Fli>\n\u003Cli>Select\u003C\u002Fli>\n\u003Cli>Sidebar Select\u003C\u002Fli>\n\u003Cli>Slider\u003C\u002Fli>\n\u003Cli>Social Links\u003C\u002Fli>\n\u003Cli>Spacing\u003C\u002Fli>\n\u003Cli>Tab\u003C\u002Fli>\n\u003Cli>Tag Checkbox\u003C\u002Fli>\n\u003Cli>Tag Select\u003C\u002Fli>\n\u003Cli>Taxonomy Checkbox\u003C\u002Fli>\n\u003Cli>Taxonomy Select\u003C\u002Fli>\n\u003Cli>Text\u003C\u002Fli>\n\u003Cli>Textarea\u003C\u002Fli>\n\u003Cli>Textarea Simple\u003C\u002Fli>\n\u003Cli>Textblock\u003C\u002Fli>\n\u003Cli>Textblock Titled\u003C\u002Fli>\n\u003Cli>Typography\u003C\u002Fli>\n\u003Cli>Upload\u003C\u002Fli>\n\u003C\u002Ful>\n","Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.",50000,1316092,94,105,"2019-05-19T05:05:00.000Z","5.2.24","3.8","5.3.0",[123,23,24,78],"meta-boxes","https:\u002F\u002Fgithub.com\u002Fvalendesigns\u002Foption-tree\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Foption-tree.2.7.3.zip",82,5,"2019-08-16 00:00:00",{"slug":130,"name":131,"version":132,"author":133,"author_profile":134,"description":135,"short_description":136,"active_installs":137,"downloaded":138,"rating":139,"num_ratings":104,"last_updated":140,"tested_up_to":141,"requires_at_least":142,"requires_php":18,"tags":143,"homepage":145,"download_link":146,"security_score":147,"vuln_count":49,"unpatched_count":28,"last_vuln_date":148,"fetched_at":30},"catch-themes-demo-import","Catch Themes Demo Import","2.2","Catch Plugins","https:\u002F\u002Fprofiles.wordpress.org\u002Fcatchplugins\u002F","\u003Cp>Catch Themes Demo Import is a free demo importer WordPress plugin that lets you import the demo you desire in just a single click. The plugin works out of the box; all you have to do is install and activate the plugin and all the demos available on your currently used theme will be on your fingertips (visit \u003Cstrong>Appearance=> Import Demo Data\u003C\u002Fstrong>). If the theme doesn’t have any predefined import files, you’ll have to upload three files – a demo content XML file for content import, a WIE\u002FJSON file for widget import, and a DAT file for customizer import. With the plugin activated, whether you have predefined demo files available or not, you’ll be able to import demos on your website without any hesitancy. Download Catch Themes Demo Import today and start importing theme demos to your website without affecting your wallet!\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Are you a theme author?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Setup Catch Themes Demo Import for your theme and your users will thank you for it!\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>This plugin will create a submenu page under Appearance with the title \u003Cstrong>Import demo data\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>If the theme you are using does not have any predefined import files, then you will be presented with three file upload inputs. First one is required and you will have to upload a demo content XML file, for the actual demo import. The second one is optional and will ask you for a WIE or JSON file for widgets import. You create that file using the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwidget-importer-exporter\u002F\" rel=\"ugc\">Widget Importer & Exporter\u003C\u002Fa> plugin. The third one is also optional and will import the customizer settings, select the DAT file which you can generate from \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcatch-import-export\u002F\" rel=\"ugc\">Catch Import Export\u003C\u002Fa> plugin (the customizer settings will be imported only if the export file was created from the same theme). The final one is optional as well and will import your Redux framework settings. You can generate the export json file with the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fredux-framework\u002F\" rel=\"ugc\">Redux framework\u003C\u002Fa> plugin.\u003C\u002Fp>\n\u003Cp>This plugin is using the improved WP import 2.0 that is still in development and can be found here: https:\u002F\u002Fgithub.com\u002Fhumanmade\u002FWordPress-Importer.\u003C\u002Fp>\n\u003Cp>All progress of this plugin’s work is logged in a log file in the default WP upload directory, together with the demo import files used in the importing process.\u003C\u002Fp>\n\u003Cp>NOTE: There is no setting to “connect” authors from the demo import file to the existing users in your WP site (like there is in the original WP Importer plugin). All demo content will be imported under the current user.\u003C\u002Fp>\n","Catch Themes Demo Import is a simple and easy-to-use demo importer WordPress plugin that allows you to import the theme demo data Based on One Click D &hellip;",6000,249063,20,"2026-02-25T07:53:00.000Z","6.9.4","5.9",[76,144,77,24,78],"demo","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcatch-themes-demo-import\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcatch-themes-demo-import.2.2.zip",98,"2022-02-07 00:00:00",{"attackSurface":150,"codeSignals":461,"taintFlows":600,"riskAssessment":643,"analyzedAt":652},{"hooks":151,"ajaxHandlers":443,"restRoutes":452,"shortcodes":453,"cronEvents":459,"entryPointCount":460,"unprotectedCount":49},[152,158,162,168,172,177,180,185,190,194,198,203,208,212,216,220,225,231,235,239,241,245,250,252,256,261,265,268,272,275,278,281,283,287,292,296,299,302,305,310,313,315,319,322,325,328,331,335,340,344,347,350,352,357,359,362,363,366,367,368,369,371,372,374,376,379,381,385,388,392,396,400,403,404,405,407,408,410,411,412,413,416,418,422,425,427,430,434,437,441],{"type":153,"name":154,"callback":155,"file":156,"line":157},"action","admin_notices","_replyToSetAdminNotice","admin-page-framework-loader.php",196,{"type":153,"name":159,"callback":160,"file":156,"line":161},"admin_init","AdminPageFrameworkLoader_Warning",248,{"type":163,"name":164,"callback":165,"file":166,"line":167},"filter","request","replyToSortCustomColumn","example\\post_type\\APF_PostType.php",138,{"type":163,"name":169,"callback":165,"priority":47,"file":170,"line":171},"get_terms","example\\taxonomy_field\\APF_TaxonomyField.php",64,{"type":163,"name":173,"callback":174,"file":175,"line":176},"admin_page_framework_loader_filter_generator_additional_source_directories","replyToSetAdditionalDirectoriesForGenerator","include\\class\\admin\\admin-page-framework\\tool\\generator\\AdminPageFrameworkLoader_AdminPage_Tool_Compiler_CustomFieldTypes.php",73,{"type":163,"name":178,"callback":179,"priority":47,"file":175,"line":70},"admin_page_framework_loader_filter_generator_file_contents","replyToModifyFileContents",{"type":153,"name":181,"callback":182,"file":183,"line":184},"init","_replyToHandleRedirects","include\\class\\admin\\dashboard\\AdminPageFrameworkLoader_AdminPageWelcome.php",32,{"type":153,"name":186,"callback":187,"file":188,"line":189},"admin_footer","_replyToAddScript","include\\library\\github-custom-field-type\\GitHubCustomFieldType.php",69,{"type":153,"name":191,"callback":192,"file":193,"line":139},"wp_loaded","_replyToDetermineToLoad","library\\apf\\factory\\admin_page\\AdminPageFramework_Router.php",{"type":163,"name":195,"callback":196,"priority":104,"file":193,"line":197},"admin_title","_replyToSetAdminPageTitleForTab",75,{"type":153,"name":199,"callback":200,"priority":201,"file":202,"line":33},"admin_head","_replyToRegisterHelpTabs",200,"library\\apf\\factory\\admin_page\\_controller\\AdminPageFramework_HelpPane_admin_page.php",{"type":163,"name":204,"callback":205,"priority":47,"file":206,"line":207},"plugin_row_meta","_replyToAddLinkToPluginDescription","library\\apf\\factory\\admin_page\\_controller\\AdminPageFramework_Link_admin_page.php",25,{"type":163,"name":209,"callback":210,"file":211,"line":35},"wp_mail_content_type","_replyToSetMailContentTypeToHTML","library\\apf\\factory\\admin_page\\_model\\AdminPageFramework_FormEmail.php",{"type":163,"name":213,"callback":214,"file":211,"line":215},"wp_mail_from","_replyToSetEmailSenderAddress",33,{"type":163,"name":217,"callback":218,"file":211,"line":219},"wp_mail_from_name","_replyToSetEmailSenderName",36,{"type":153,"name":221,"callback":222,"priority":139,"file":223,"line":224},"current_screen","anonymous","library\\apf\\factory\\admin_page\\_model\\delegate\\AdminPageFramework_Model_Menu__RegisterMenu.php",119,{"type":163,"name":226,"callback":227,"priority":228,"file":229,"line":230},"update_footer","_replyToGetPageLoadInfo",999,"library\\apf\\factory\\admin_page\\_view\\AdminPageFramework_PageLoadInfo_admin_page.php",24,{"type":153,"name":199,"callback":232,"file":233,"line":234},"_replyToEnableMetaBox","library\\apf\\factory\\admin_page\\_view\\AdminPageFramework_View__PageMetaboxEnabler.php",14,{"type":163,"name":236,"callback":237,"priority":47,"file":238,"line":14},"wp_insert_attachment_data","_replyToFilterSavingData","library\\apf\\factory\\meta_box\\AdminPageFramework_MetaBox_Model.php",{"type":163,"name":240,"callback":237,"priority":47,"file":238,"line":207},"wp_insert_post_data",{"type":163,"name":242,"callback":243,"file":238,"line":244},"redirect_post_location","_replyToModifyRedirectPostLocation",66,{"type":153,"name":246,"callback":247,"priority":228,"file":248,"line":249},"in_admin_footer","_replyToSetPageLoadInfoInFooter","library\\apf\\factory\\network_admin_page\\_view\\AdminPageFramework_PageLoadInfo_network_admin_page.php",15,{"type":163,"name":226,"callback":227,"priority":228,"file":248,"line":251},34,{"type":153,"name":181,"callback":253,"file":254,"line":255},"_replyToRegisterTaxonomies","library\\apf\\factory\\post_type\\AdminPageFramework_PostType_Controller.php",59,{"type":153,"name":257,"callback":258,"file":259,"line":260},"admin_enqueue_scripts","_replyToDisableAutoSave","library\\apf\\factory\\post_type\\AdminPageFramework_PostType_Model.php",26,{"type":153,"name":262,"callback":263,"file":264,"line":249},"admin_menu","_replyToRemoveAddNewSidebarMenu","library\\apf\\factory\\post_type\\AdminPageFramework_PostType_View.php",{"type":153,"name":266,"callback":267,"file":264,"line":33},"the_content","_replyToFilterPostTypeContent",{"type":153,"name":269,"callback":270,"file":264,"line":271},"restrict_manage_posts","_replyToAddAuthorTableFilter",21,{"type":153,"name":269,"callback":273,"file":264,"line":274},"_replyToAddTaxonomyTableFilter",22,{"type":163,"name":276,"callback":277,"file":264,"line":14},"parse_query","_replyToGetTableFilterQueryForTaxonomies",{"type":163,"name":279,"callback":280,"priority":47,"file":264,"line":230},"post_row_actions","_replyToModifyActionLinks",{"type":153,"name":199,"callback":282,"file":264,"line":207},"_replyToPrintStyle",{"type":153,"name":284,"callback":285,"priority":47,"file":286,"line":234},"get_edit_post_link","_replyToAddPostTypeQueryInEditPostLink","library\\apf\\factory\\post_type\\_controller\\AdminPageFramework_Link_post_type.php",{"type":153,"name":288,"callback":289,"priority":47,"file":290,"line":291},"registered_post_type","_replyToScheduleToFlushRewriteRules","library\\apf\\factory\\post_type\\_model\\AdminPageFramework_PostType_Model__FlushRewriteRules.php",18,{"type":153,"name":293,"callback":294,"file":290,"line":295},"shutdown","_replyToFlushRewriteRules",40,{"type":153,"name":262,"callback":297,"priority":201,"file":298,"line":33},"_replyToSetSubMenuOrder","library\\apf\\factory\\post_type\\_model\\AdminPageFramework_PostType_Model__SubMenuOrder.php",{"type":153,"name":262,"callback":300,"priority":301,"file":298,"line":291},"sortAdminSubMenu",9999,{"type":163,"name":226,"callback":227,"priority":228,"file":303,"line":304},"library\\apf\\factory\\post_type\\_view\\AdminPageFramework_PageLoadInfo_post_type.php",27,{"type":153,"name":306,"callback":307,"file":308,"line":309},"show_user_profile","_replyToPrintFields","library\\apf\\factory\\user_meta\\AdminPageFramework_UserMeta_Router.php",38,{"type":153,"name":311,"callback":307,"file":308,"line":312},"edit_user_profile",39,{"type":153,"name":314,"callback":307,"file":308,"line":295},"user_new_form",{"type":153,"name":316,"callback":317,"file":308,"line":318},"personal_options_update","_replyToSaveFieldValues",41,{"type":153,"name":320,"callback":317,"file":308,"line":321},"edit_user_profile_update",42,{"type":153,"name":323,"callback":317,"file":308,"line":324},"user_register",43,{"type":153,"name":293,"callback":326,"file":327,"line":184},"_replyToSave","library\\apf\\factory\\_common\\form\\error\\AdminPageFramework_Form___FieldError.php",{"type":153,"name":293,"callback":329,"file":327,"line":330},"_replyToDelete",54,{"type":163,"name":332,"callback":333,"file":334,"line":33},"upload_mimes","replyToGetAllowedFileTypesToUpload","library\\apf\\factory\\_common\\form\\field_type\\image\\AdminPageFramework_FieldType_image.php",{"type":163,"name":336,"callback":337,"file":338,"line":339},"media_upload_tabs","_replyToRemovingMediaLibraryTab","library\\apf\\factory\\_common\\form\\field_type\\_common\\_abstract\\AdminPageFramework_FieldType_Base.php",101,{"type":163,"name":341,"callback":342,"priority":104,"file":338,"line":343},"gettext","_replyToReplaceThickBoxText",111,{"type":153,"name":293,"callback":345,"file":346,"line":219},"_replyToSaveNotices","library\\apf\\factory\\_common\\form\\notice\\AdminPageFramework_Form___SubmitNotice.php",{"type":153,"name":293,"callback":326,"file":348,"line":349},"library\\apf\\factory\\_common\\form\\_model\\AdminPageFramework_Form_Model___LastInput.php",29,{"type":153,"name":293,"callback":329,"file":348,"line":351},57,{"type":153,"name":353,"callback":354,"file":355,"line":356},"wp_enqueue_scripts","_replyToEnqueueScripts","library\\apf\\factory\\_common\\form\\_view\\resource\\AdminPageFramework_Form_View__Resource.php",28,{"type":153,"name":353,"callback":358,"file":355,"line":349},"_replyToEnqueueStyles",{"type":153,"name":360,"callback":354,"file":355,"line":361},"wp_footer",31,{"type":153,"name":360,"callback":358,"file":355,"line":184},{"type":153,"name":364,"callback":365,"priority":228,"file":355,"line":215},"wp_print_footer_scripts","_replyToAddStyle",{"type":153,"name":364,"callback":187,"priority":228,"file":355,"line":251},{"type":153,"name":257,"callback":354,"file":355,"line":312},{"type":153,"name":257,"callback":358,"file":355,"line":295},{"type":153,"name":370,"callback":354,"file":355,"line":321},"customize_controls_print_footer_scripts",{"type":153,"name":370,"callback":358,"file":355,"line":324},{"type":153,"name":186,"callback":354,"file":355,"line":373},44,{"type":153,"name":186,"callback":358,"file":355,"line":375},45,{"type":153,"name":377,"callback":365,"priority":228,"file":355,"line":378},"admin_print_footer_scripts",46,{"type":153,"name":377,"callback":187,"priority":228,"file":355,"line":380},47,{"type":163,"name":382,"callback":383,"file":384,"line":234},"nonce_life","_replyToSetNonceLifeSpan","library\\apf\\factory\\_common\\utility\\wp_utility\\AdminPageFramework_WPUtility.php",{"type":153,"name":199,"callback":386,"file":387,"line":249},"_replyToRegisterHelpTabText","library\\apf\\factory\\_common\\_abstract\\_controller\\AdminPageFramework_HelpPane_Base.php",{"type":153,"name":246,"callback":389,"file":390,"line":391},"_replyToSetFooterInfo","library\\apf\\factory\\_common\\_abstract\\_controller\\AdminPageFramework_Link_Base.php",19,{"type":163,"name":393,"callback":394,"file":390,"line":395},"admin_footer_text","_replyToAddInfoInFooterLeft",76,{"type":163,"name":226,"callback":397,"priority":398,"file":390,"line":399},"_replyToAddInfoInFooterRight",11,77,{"type":153,"name":257,"callback":401,"priority":104,"file":402,"line":35},"_replyToEnqueueCommonStyles","library\\apf\\factory\\_common\\_abstract\\_controller\\AdminPageFramework_Resource_Base.php",{"type":153,"name":257,"callback":354,"file":402,"line":361},{"type":153,"name":257,"callback":358,"file":402,"line":184},{"type":153,"name":370,"callback":354,"file":402,"line":406},35,{"type":153,"name":370,"callback":358,"file":402,"line":219},{"type":153,"name":186,"callback":354,"file":402,"line":409},37,{"type":153,"name":186,"callback":358,"file":402,"line":309},{"type":153,"name":377,"callback":365,"priority":228,"file":402,"line":312},{"type":153,"name":377,"callback":187,"priority":228,"file":402,"line":295},{"type":163,"name":414,"callback":415,"priority":104,"file":402,"line":318},"script_loader_src","_replyToSetupArgumentCallback",{"type":163,"name":417,"callback":415,"priority":104,"file":402,"line":321},"style_loader_src",{"type":163,"name":419,"callback":420,"priority":104,"file":402,"line":421},"clean_url","_replyToModifyEnqueuedAttributes",52,{"type":153,"name":353,"callback":423,"file":424,"line":271},"load","library\\apf\\factory\\_common\\_abstract\\_view\\AdminPageFramework_Factory___Script_Base.php",{"type":153,"name":246,"callback":247,"priority":228,"file":426,"line":271},"library\\apf\\factory\\_common\\_abstract\\_view\\AdminPageFramework_PageLoadInfo_Base.php",{"type":153,"name":181,"callback":428,"file":429,"line":312},"setLocalization","library\\apf\\utility\\plugin_bootstrap\\AdminPageFramework_PluginBootstrap.php",{"type":153,"name":257,"callback":431,"priority":432,"file":433,"line":219},"_replyToLoadPointers",1000,"library\\apf\\utility\\pointer_tool_tip\\AdminPageFramework_PointerToolTip.php",{"type":153,"name":377,"callback":435,"file":433,"line":436},"_replyToInsertInternalScript",110,{"type":153,"name":154,"callback":438,"file":439,"line":440},"_replyToPrintAdminNotices","library\\apf\\utility\\requirement\\AdminPageFramework_Requirement.php",88,{"type":153,"name":154,"callback":438,"file":439,"line":442},109,[444,449],{"action":445,"nopriv":446,"callback":447,"hasNonce":446,"hasCapCheck":446,"file":448,"line":361},"apf_ajax_test_field_type",false,"__return_empty_string","example\\library\\ajax-test-custom-field-type\\AjaxTestCustomFieldType.php",{"action":450,"nopriv":446,"callback":447,"hasNonce":446,"hasCapCheck":446,"file":451,"line":330},"apf_path_field_type-admin-page-framework","example\\library\\path-custom-field-type\\PathCustomFieldType.php",[],[454],{"tag":455,"callback":456,"file":457,"line":458},"embed","_replyToProcessShortcode_embed","include\\class\\admin\\_abstract\\AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase.php",60,[],3,{"dangerousFunctions":462,"sqlUsage":463,"outputEscaping":471,"fileOperations":595,"externalRequests":127,"nonceChecks":464,"capabilityChecks":464,"bundledLibraries":596},[],{"prepared":464,"raw":49,"locations":465},8,[466,470],{"file":467,"line":468,"context":469},"uninstall.php",51,"$wpdb->query() with variable interpolation",{"file":467,"line":421,"context":469},{"escaped":147,"rawEcho":189,"locations":472},[473,476,479,480,481,483,484,486,489,490,492,494,496,498,499,501,503,506,508,509,511,512,515,517,519,521,523,524,526,528,529,530,532,533,535,536,537,538,540,541,543,545,546,548,550,551,552,554,556,557,558,559,562,564,566,568,570,572,575,578,579,580,582,584,586,588,591,592,593],{"file":156,"line":474,"context":475},204,"raw output",{"file":477,"line":478,"context":475},"example\\admin_page\\hidden_page\\APF_Demo_HiddenPage.php",83,{"file":477,"line":27,"context":475},{"file":477,"line":116,"context":475},{"file":477,"line":482,"context":475},95,{"file":477,"line":82,"context":475},{"file":485,"line":171,"context":475},"example\\admin_page\\manage_options\\APF_Demo_ManageOptions_Property.php",{"file":487,"line":488,"context":475},"example\\admin_page\\manage_options\\APF_Demo_ManageOptions_SavedData.php",63,{"file":487,"line":171,"context":475},{"file":487,"line":491,"context":475},65,{"file":487,"line":493,"context":475},70,{"file":487,"line":495,"context":475},71,{"file":487,"line":497,"context":475},72,{"file":487,"line":176,"context":475},{"file":487,"line":500,"context":475},74,{"file":487,"line":502,"context":475},78,{"file":504,"line":505,"context":475},"example\\network_admin\\APF_NetworkAdmin.php",87,{"file":504,"line":507,"context":475},89,{"file":504,"line":147,"context":475},{"file":504,"line":510,"context":475},99,{"file":504,"line":339,"context":475},{"file":513,"line":514,"context":475},"example\\post_meta_box\\APF_MetaBox_RepeatableCollapsibleSections.php",61,{"file":516,"line":421,"context":475},"include\\class\\admin\\admin-page-framework\\addon\\AdminPageFrameworkLoader_AdminPage_Addon_Top.php",{"file":516,"line":518,"context":475},56,{"file":520,"line":409,"context":475},"include\\class\\admin\\admin-page-framework\\help\\AdminPageFrameworkLoader_AdminPage_Help_Debug.php",{"file":522,"line":14,"context":475},"include\\class\\admin\\admin-page-framework\\help\\AdminPageFrameworkLoader_AdminPage_Help_Information.php",{"file":188,"line":502,"context":475},{"file":525,"line":514,"context":475},"library\\apf\\factory\\admin_page\\_model\\AdminPageFramework_ExportOptions.php",{"file":525,"line":527,"context":475},62,{"file":525,"line":527,"context":475},{"file":525,"line":527,"context":475},{"file":531,"line":139,"context":475},"library\\apf\\factory\\admin_page\\_view\\AdminPageFramework_View__PageMataBoxRenderer.php",{"file":233,"line":497,"context":475},{"file":534,"line":139,"context":475},"library\\apf\\factory\\admin_page\\_view\\AdminPageFramework_View__PageRenderer.php",{"file":534,"line":260,"context":475},{"file":534,"line":215,"context":475},{"file":534,"line":409,"context":475},{"file":534,"line":539,"context":475},68,{"file":534,"line":116,"context":475},{"file":534,"line":542,"context":475},104,{"file":544,"line":291,"context":475},"library\\apf\\factory\\meta_box\\AdminPageFramework_MetaBox_View.php",{"file":259,"line":312,"context":475},{"file":264,"line":547,"context":475},120,{"file":549,"line":184,"context":475},"library\\apf\\factory\\taxonomy_field\\AdminPageFramework_TaxonomyField_View.php",{"file":549,"line":219,"context":475},{"file":549,"line":351,"context":475},{"file":553,"line":139,"context":475},"library\\apf\\factory\\user_meta\\AdminPageFramework_UserMeta_View.php",{"file":555,"line":391,"context":475},"library\\apf\\factory\\widget\\AdminPageFramework_Widget_Factory.php",{"file":555,"line":274,"context":475},{"file":555,"line":14,"context":475},{"file":555,"line":230,"context":475},{"file":560,"line":561,"context":475},"library\\apf\\factory\\widget\\AdminPageFramework_Widget_View.php",16,{"file":355,"line":563,"context":475},176,{"file":355,"line":565,"context":475},180,{"file":355,"line":567,"context":475},198,{"file":569,"line":304,"context":475},"library\\apf\\factory\\_common\\form\\_view\\resource\\AdminPageFramework_Form_View__Resource__Head.php",{"file":571,"line":406,"context":475},"library\\apf\\factory\\_common\\utility\\admin_notice\\AdminPageFramework_AdminNotice.php",{"file":573,"line":574,"context":475},"library\\apf\\factory\\_common\\utility\\base_utility\\AdminPageFramework_Utility.php",81,{"file":576,"line":577,"context":475},"library\\apf\\factory\\_common\\utility\\debug\\AdminPageFramework_Debug.php",12,{"file":402,"line":70,"context":475},{"file":402,"line":11,"context":475},{"file":402,"line":581,"context":475},108,{"file":402,"line":583,"context":475},113,{"file":402,"line":585,"context":475},114,{"file":402,"line":587,"context":475},166,{"file":589,"line":590,"context":475},"library\\apf\\factory\\_common\\_abstract\\_model\\AdminPageFramework_Message.php",313,{"file":424,"line":215,"context":475},{"file":433,"line":585,"context":475},{"file":439,"line":594,"context":475},96,13,[597],{"name":598,"version":29,"knownCves":599},"Select2",[],[601,618,634],{"entryPoint":602,"graph":603,"unsanitizedCount":104,"severity":617},"___addArchiveItem (library\\apf\\utility\\zip\\AdminPageFramework_Zip.php:83)",{"nodes":604,"edges":615},[605,610],{"id":606,"type":607,"label":608,"file":609,"line":478},"n0","source","$_sIterationItem","library\\apf\\utility\\zip\\AdminPageFramework_Zip.php",{"id":611,"type":612,"label":613,"file":609,"line":482,"wp_function":614},"n1","sink","file_get_contents() [SSRF\u002FLFI]","file_get_contents",[616],{"from":606,"to":611,"sanitized":446},"medium",{"entryPoint":619,"graph":620,"unsanitizedCount":28,"severity":633},"\u003CSelect2CustomFieldType> (example\\library\\select2-custom-field-type\\Select2CustomFieldType.php:0)",{"nodes":621,"edges":630},[622,626],{"id":606,"type":607,"label":623,"file":624,"line":625},"$_REQUEST","example\\library\\select2-custom-field-type\\Select2CustomFieldType.php",334,{"id":611,"type":612,"label":627,"file":624,"line":628,"wp_function":629},"call_user_func_array() [RCE]",347,"call_user_func_array",[631],{"from":606,"to":611,"sanitized":632},true,"low",{"entryPoint":635,"graph":636,"unsanitizedCount":104,"severity":642},"doOnFieldRegistration (example\\library\\select2-custom-field-type\\Select2CustomFieldType.php:332)",{"nodes":637,"edges":640},[638,639],{"id":606,"type":607,"label":623,"file":624,"line":625},{"id":611,"type":612,"label":627,"file":624,"line":628,"wp_function":629},[641],{"from":606,"to":611,"sanitized":446},"high",{"summary":644,"deductions":645},"The Admin Page Framework plugin v3.9.1 exhibits a mixed security posture. While it has no recorded historical vulnerabilities and shows good practices in using prepared statements for SQL queries (80%) and implementing nonce and capability checks (8 each), significant concerns arise from its attack surface and taint analysis. Two AJAX handlers lack authentication checks, creating potential entry points for unauthorized actions. Furthermore, the taint analysis revealed a high-severity flow with an unsanitized path, indicating a risk of a vulnerability that could be exploited if this path is triggered with malicious input. The presence of bundled libraries like Select2, while convenient, also warrants attention for potential outdatedness and associated vulnerabilities, though this is not explicitly detailed in the provided data.\n\nDespite the absence of historical CVEs, the identified unprotected AJAX handlers and the high-severity taint flow represent tangible risks that require immediate attention. The high percentage of outputs that are not properly escaped (41%) also adds to the concern, potentially leading to Cross-Site Scripting (XSS) vulnerabilities if user-controlled data is displayed without sufficient sanitization. The plugin's strengths lie in its SQL query practices and security check implementations, but these are overshadowed by the identified vulnerabilities in its attack surface and data handling. A balanced conclusion suggests that while the plugin aims for security, these specific flaws could compromise its overall safety.",[646,648,650],{"reason":647,"points":47},"Unprotected AJAX handlers",{"reason":649,"points":577},"High severity taint flow with unsanitized path",{"reason":651,"points":464},"Significant percentage of unescaped outputs","2026-03-16T21:23:59.459Z",{"wat":654,"direct":663},{"assetPaths":655,"generatorPatterns":658,"scriptPaths":659,"versionParams":660},[656,657],"\u002Fwp-content\u002Fplugins\u002Fadmin-page-framework\u002Fadmin-page-framework.php","\u002Fwp-content\u002Fplugins\u002Fadmin-page-framework\u002Fadmin-page-framework-loader.php",[],[657],[661,662],"admin-page-framework\u002Fadmin-page-framework.php?ver=","admin-page-framework\u002Fadmin-page-framework-loader.php?ver=",{"cssClasses":664,"htmlComments":666,"htmlAttributes":668,"restEndpoints":672,"jsGlobals":674,"shortcodeOutput":676},[665],"apf-field-container",[667],"\u003C!-- Admin Page Framework -->",[669,670,671],"data-id","data-trigger","data-default-value",[673],"\u002Fwp-json\u002Fapf\u002F",[675],"AdminPageFramework",[677],"[admin_page_framework]",{"slug":4,"current_version":6,"total_versions":679,"versions":680},137,[681,686,693,700,707,714,721,728,735,742,749,756,763,770,777,784,791,798,805,812,819,826,833,840,847,854,861,868,875,882,889,896,903,910,917,924,930,937,944,951,958,965,972,979,986,993,1000,1007,1014,1021,1028,1035,1042,1049,1056,1063,1070,1077,1084,1091,1098,1105,1112,1119,1126,1133,1140,1147,1154,1161,1168,1175,1182,1189,1196,1203,1210,1217,1224,1231,1238,1245,1251,1258,1265,1272,1279,1286,1293,1300,1307,1314,1321,1328,1335,1342,1349,1356,1363,1370,1377,1384,1391,1398,1405,1412,1419,1426,1433,1440,1447,1454,1461,1468,1475,1482,1489,1496,1503,1510,1517,1524,1531,1538,1545,1552,1559,1566,1573,1580,1587,1594,1601,1608,1615,1622,1629],{"version":6,"download_url":26,"svn_tag_url":682,"released_at":29,"has_diff":446,"diff_files_changed":683,"diff_lines":29,"trac_diff_url":684,"vulnerabilities":685,"is_current":632},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.9.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.9.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.9.1",[],{"version":687,"download_url":688,"svn_tag_url":689,"released_at":29,"has_diff":446,"diff_files_changed":690,"diff_lines":29,"trac_diff_url":691,"vulnerabilities":692,"is_current":446},"3.9.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.9.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.9.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.34&new_path=%2Fadmin-page-framework%2Ftags%2F3.9.0",[],{"version":694,"download_url":695,"svn_tag_url":696,"released_at":29,"has_diff":446,"diff_files_changed":697,"diff_lines":29,"trac_diff_url":698,"vulnerabilities":699,"is_current":446},"3.8.34","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.34.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.34\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.33&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.34",[],{"version":701,"download_url":702,"svn_tag_url":703,"released_at":29,"has_diff":446,"diff_files_changed":704,"diff_lines":29,"trac_diff_url":705,"vulnerabilities":706,"is_current":446},"3.8.33","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.33.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.33\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.32&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.33",[],{"version":708,"download_url":709,"svn_tag_url":710,"released_at":29,"has_diff":446,"diff_files_changed":711,"diff_lines":29,"trac_diff_url":712,"vulnerabilities":713,"is_current":446},"3.8.32","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.32.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.32\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.31&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.32",[],{"version":715,"download_url":716,"svn_tag_url":717,"released_at":29,"has_diff":446,"diff_files_changed":718,"diff_lines":29,"trac_diff_url":719,"vulnerabilities":720,"is_current":446},"3.8.31","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.31.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.31\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.30&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.31",[],{"version":722,"download_url":723,"svn_tag_url":724,"released_at":29,"has_diff":446,"diff_files_changed":725,"diff_lines":29,"trac_diff_url":726,"vulnerabilities":727,"is_current":446},"3.8.30","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.30.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.30\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.29&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.30",[],{"version":729,"download_url":730,"svn_tag_url":731,"released_at":29,"has_diff":446,"diff_files_changed":732,"diff_lines":29,"trac_diff_url":733,"vulnerabilities":734,"is_current":446},"3.8.29","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.29.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.29\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.28&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.29",[],{"version":736,"download_url":737,"svn_tag_url":738,"released_at":29,"has_diff":446,"diff_files_changed":739,"diff_lines":29,"trac_diff_url":740,"vulnerabilities":741,"is_current":446},"3.8.28","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.28.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.28\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.27&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.28",[],{"version":743,"download_url":744,"svn_tag_url":745,"released_at":29,"has_diff":446,"diff_files_changed":746,"diff_lines":29,"trac_diff_url":747,"vulnerabilities":748,"is_current":446},"3.8.27","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.27.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.27\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.26&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.27",[],{"version":750,"download_url":751,"svn_tag_url":752,"released_at":29,"has_diff":446,"diff_files_changed":753,"diff_lines":29,"trac_diff_url":754,"vulnerabilities":755,"is_current":446},"3.8.26","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.26.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.26\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.25&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.26",[],{"version":757,"download_url":758,"svn_tag_url":759,"released_at":29,"has_diff":446,"diff_files_changed":760,"diff_lines":29,"trac_diff_url":761,"vulnerabilities":762,"is_current":446},"3.8.25","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.25.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.25\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.24&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.25",[],{"version":764,"download_url":765,"svn_tag_url":766,"released_at":29,"has_diff":446,"diff_files_changed":767,"diff_lines":29,"trac_diff_url":768,"vulnerabilities":769,"is_current":446},"3.8.24","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.24.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.24\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.23&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.24",[],{"version":771,"download_url":772,"svn_tag_url":773,"released_at":29,"has_diff":446,"diff_files_changed":774,"diff_lines":29,"trac_diff_url":775,"vulnerabilities":776,"is_current":446},"3.8.23","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.23.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.23\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.21&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.23",[],{"version":778,"download_url":779,"svn_tag_url":780,"released_at":29,"has_diff":446,"diff_files_changed":781,"diff_lines":29,"trac_diff_url":782,"vulnerabilities":783,"is_current":446},"3.8.21","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.21.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.21\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.20&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.21",[],{"version":785,"download_url":786,"svn_tag_url":787,"released_at":29,"has_diff":446,"diff_files_changed":788,"diff_lines":29,"trac_diff_url":789,"vulnerabilities":790,"is_current":446},"3.8.20","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.20.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.20\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.19&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.20",[],{"version":792,"download_url":793,"svn_tag_url":794,"released_at":29,"has_diff":446,"diff_files_changed":795,"diff_lines":29,"trac_diff_url":796,"vulnerabilities":797,"is_current":446},"3.8.19","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.19.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.19\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.18&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.19",[],{"version":799,"download_url":800,"svn_tag_url":801,"released_at":29,"has_diff":446,"diff_files_changed":802,"diff_lines":29,"trac_diff_url":803,"vulnerabilities":804,"is_current":446},"3.8.18","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.18.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.18\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.17&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.18",[],{"version":806,"download_url":807,"svn_tag_url":808,"released_at":29,"has_diff":446,"diff_files_changed":809,"diff_lines":29,"trac_diff_url":810,"vulnerabilities":811,"is_current":446},"3.8.17","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.17.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.17\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.16&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.17",[],{"version":813,"download_url":814,"svn_tag_url":815,"released_at":29,"has_diff":446,"diff_files_changed":816,"diff_lines":29,"trac_diff_url":817,"vulnerabilities":818,"is_current":446},"3.8.16","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.16.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.16\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.15&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.16",[],{"version":820,"download_url":821,"svn_tag_url":822,"released_at":29,"has_diff":446,"diff_files_changed":823,"diff_lines":29,"trac_diff_url":824,"vulnerabilities":825,"is_current":446},"3.8.15","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.15.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.15\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.14&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.15",[],{"version":827,"download_url":828,"svn_tag_url":829,"released_at":29,"has_diff":446,"diff_files_changed":830,"diff_lines":29,"trac_diff_url":831,"vulnerabilities":832,"is_current":446},"3.8.14","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.14.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.14\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.13&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.14",[],{"version":834,"download_url":835,"svn_tag_url":836,"released_at":29,"has_diff":446,"diff_files_changed":837,"diff_lines":29,"trac_diff_url":838,"vulnerabilities":839,"is_current":446},"3.8.13","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.13.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.13\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.12&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.13",[],{"version":841,"download_url":842,"svn_tag_url":843,"released_at":29,"has_diff":446,"diff_files_changed":844,"diff_lines":29,"trac_diff_url":845,"vulnerabilities":846,"is_current":446},"3.8.12","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.12.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.12\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.11&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.12",[],{"version":848,"download_url":849,"svn_tag_url":850,"released_at":29,"has_diff":446,"diff_files_changed":851,"diff_lines":29,"trac_diff_url":852,"vulnerabilities":853,"is_current":446},"3.8.11","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.11.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.11\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.10&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.11",[],{"version":855,"download_url":856,"svn_tag_url":857,"released_at":29,"has_diff":446,"diff_files_changed":858,"diff_lines":29,"trac_diff_url":859,"vulnerabilities":860,"is_current":446},"3.8.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.9&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.10",[],{"version":862,"download_url":863,"svn_tag_url":864,"released_at":29,"has_diff":446,"diff_files_changed":865,"diff_lines":29,"trac_diff_url":866,"vulnerabilities":867,"is_current":446},"3.8.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.8&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.9",[],{"version":869,"download_url":870,"svn_tag_url":871,"released_at":29,"has_diff":446,"diff_files_changed":872,"diff_lines":29,"trac_diff_url":873,"vulnerabilities":874,"is_current":446},"3.8.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.7&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.8",[],{"version":876,"download_url":877,"svn_tag_url":878,"released_at":29,"has_diff":446,"diff_files_changed":879,"diff_lines":29,"trac_diff_url":880,"vulnerabilities":881,"is_current":446},"3.8.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.7",[],{"version":883,"download_url":884,"svn_tag_url":885,"released_at":29,"has_diff":446,"diff_files_changed":886,"diff_lines":29,"trac_diff_url":887,"vulnerabilities":888,"is_current":446},"3.8.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.6",[],{"version":890,"download_url":891,"svn_tag_url":892,"released_at":29,"has_diff":446,"diff_files_changed":893,"diff_lines":29,"trac_diff_url":894,"vulnerabilities":895,"is_current":446},"3.8.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.5",[],{"version":897,"download_url":898,"svn_tag_url":899,"released_at":29,"has_diff":446,"diff_files_changed":900,"diff_lines":29,"trac_diff_url":901,"vulnerabilities":902,"is_current":446},"3.8.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.4",[],{"version":904,"download_url":905,"svn_tag_url":906,"released_at":29,"has_diff":446,"diff_files_changed":907,"diff_lines":29,"trac_diff_url":908,"vulnerabilities":909,"is_current":446},"3.8.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.3",[],{"version":911,"download_url":912,"svn_tag_url":913,"released_at":29,"has_diff":446,"diff_files_changed":914,"diff_lines":29,"trac_diff_url":915,"vulnerabilities":916,"is_current":446},"3.8.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.2",[],{"version":918,"download_url":919,"svn_tag_url":920,"released_at":29,"has_diff":446,"diff_files_changed":921,"diff_lines":29,"trac_diff_url":922,"vulnerabilities":923,"is_current":446},"3.8.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.8.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.1",[],{"version":97,"download_url":925,"svn_tag_url":926,"released_at":29,"has_diff":446,"diff_files_changed":927,"diff_lines":29,"trac_diff_url":928,"vulnerabilities":929,"is_current":446},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.8.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.8.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.15&new_path=%2Fadmin-page-framework%2Ftags%2F3.8.0",[],{"version":931,"download_url":932,"svn_tag_url":933,"released_at":29,"has_diff":446,"diff_files_changed":934,"diff_lines":29,"trac_diff_url":935,"vulnerabilities":936,"is_current":446},"3.7.15","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.15.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.15\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.14&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.15",[],{"version":938,"download_url":939,"svn_tag_url":940,"released_at":29,"has_diff":446,"diff_files_changed":941,"diff_lines":29,"trac_diff_url":942,"vulnerabilities":943,"is_current":446},"3.7.14","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.14.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.14\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.13&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.14",[],{"version":945,"download_url":946,"svn_tag_url":947,"released_at":29,"has_diff":446,"diff_files_changed":948,"diff_lines":29,"trac_diff_url":949,"vulnerabilities":950,"is_current":446},"3.7.13","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.13.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.13\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.12&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.13",[],{"version":952,"download_url":953,"svn_tag_url":954,"released_at":29,"has_diff":446,"diff_files_changed":955,"diff_lines":29,"trac_diff_url":956,"vulnerabilities":957,"is_current":446},"3.7.12","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.12.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.12\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.11&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.12",[],{"version":959,"download_url":960,"svn_tag_url":961,"released_at":29,"has_diff":446,"diff_files_changed":962,"diff_lines":29,"trac_diff_url":963,"vulnerabilities":964,"is_current":446},"3.7.11","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.11.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.11\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.10&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.11",[],{"version":966,"download_url":967,"svn_tag_url":968,"released_at":29,"has_diff":446,"diff_files_changed":969,"diff_lines":29,"trac_diff_url":970,"vulnerabilities":971,"is_current":446},"3.7.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.9&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.10",[],{"version":973,"download_url":974,"svn_tag_url":975,"released_at":29,"has_diff":446,"diff_files_changed":976,"diff_lines":29,"trac_diff_url":977,"vulnerabilities":978,"is_current":446},"3.7.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.8&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.9",[],{"version":980,"download_url":981,"svn_tag_url":982,"released_at":29,"has_diff":446,"diff_files_changed":983,"diff_lines":29,"trac_diff_url":984,"vulnerabilities":985,"is_current":446},"3.7.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.7&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.8",[],{"version":987,"download_url":988,"svn_tag_url":989,"released_at":29,"has_diff":446,"diff_files_changed":990,"diff_lines":29,"trac_diff_url":991,"vulnerabilities":992,"is_current":446},"3.7.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.6.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.7",[],{"version":994,"download_url":995,"svn_tag_url":996,"released_at":29,"has_diff":446,"diff_files_changed":997,"diff_lines":29,"trac_diff_url":998,"vulnerabilities":999,"is_current":446},"3.7.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.6.1",[],{"version":1001,"download_url":1002,"svn_tag_url":1003,"released_at":29,"has_diff":446,"diff_files_changed":1004,"diff_lines":29,"trac_diff_url":1005,"vulnerabilities":1006,"is_current":446},"3.7.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.6",[],{"version":1008,"download_url":1009,"svn_tag_url":1010,"released_at":29,"has_diff":446,"diff_files_changed":1011,"diff_lines":29,"trac_diff_url":1012,"vulnerabilities":1013,"is_current":446},"3.7.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.5",[],{"version":1015,"download_url":1016,"svn_tag_url":1017,"released_at":29,"has_diff":446,"diff_files_changed":1018,"diff_lines":29,"trac_diff_url":1019,"vulnerabilities":1020,"is_current":446},"3.7.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.4",[],{"version":1022,"download_url":1023,"svn_tag_url":1024,"released_at":29,"has_diff":446,"diff_files_changed":1025,"diff_lines":29,"trac_diff_url":1026,"vulnerabilities":1027,"is_current":446},"3.7.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.3",[],{"version":1029,"download_url":1030,"svn_tag_url":1031,"released_at":29,"has_diff":446,"diff_files_changed":1032,"diff_lines":29,"trac_diff_url":1033,"vulnerabilities":1034,"is_current":446},"3.7.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.2",[],{"version":1036,"download_url":1037,"svn_tag_url":1038,"released_at":29,"has_diff":446,"diff_files_changed":1039,"diff_lines":29,"trac_diff_url":1040,"vulnerabilities":1041,"is_current":446},"3.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.7.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.1",[],{"version":1043,"download_url":1044,"svn_tag_url":1045,"released_at":29,"has_diff":446,"diff_files_changed":1046,"diff_lines":29,"trac_diff_url":1047,"vulnerabilities":1048,"is_current":446},"3.7.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.7.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.7.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.7.0",[],{"version":1050,"download_url":1051,"svn_tag_url":1052,"released_at":29,"has_diff":446,"diff_files_changed":1053,"diff_lines":29,"trac_diff_url":1054,"vulnerabilities":1055,"is_current":446},"3.6.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.6",[],{"version":1057,"download_url":1058,"svn_tag_url":1059,"released_at":29,"has_diff":446,"diff_files_changed":1060,"diff_lines":29,"trac_diff_url":1061,"vulnerabilities":1062,"is_current":446},"3.6.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.5",[],{"version":1064,"download_url":1065,"svn_tag_url":1066,"released_at":29,"has_diff":446,"diff_files_changed":1067,"diff_lines":29,"trac_diff_url":1068,"vulnerabilities":1069,"is_current":446},"3.6.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.4",[],{"version":1071,"download_url":1072,"svn_tag_url":1073,"released_at":29,"has_diff":446,"diff_files_changed":1074,"diff_lines":29,"trac_diff_url":1075,"vulnerabilities":1076,"is_current":446},"3.6.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.3",[],{"version":1078,"download_url":1079,"svn_tag_url":1080,"released_at":29,"has_diff":446,"diff_files_changed":1081,"diff_lines":29,"trac_diff_url":1082,"vulnerabilities":1083,"is_current":446},"3.6.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.2",[],{"version":1085,"download_url":1086,"svn_tag_url":1087,"released_at":29,"has_diff":446,"diff_files_changed":1088,"diff_lines":29,"trac_diff_url":1089,"vulnerabilities":1090,"is_current":446},"3.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.6.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.1",[],{"version":1092,"download_url":1093,"svn_tag_url":1094,"released_at":29,"has_diff":446,"diff_files_changed":1095,"diff_lines":29,"trac_diff_url":1096,"vulnerabilities":1097,"is_current":446},"3.6.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.6.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.6.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.12&new_path=%2Fadmin-page-framework%2Ftags%2F3.6.0",[],{"version":1099,"download_url":1100,"svn_tag_url":1101,"released_at":29,"has_diff":446,"diff_files_changed":1102,"diff_lines":29,"trac_diff_url":1103,"vulnerabilities":1104,"is_current":446},"3.5.12","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.12.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.12\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.11&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.12",[],{"version":1106,"download_url":1107,"svn_tag_url":1108,"released_at":29,"has_diff":446,"diff_files_changed":1109,"diff_lines":29,"trac_diff_url":1110,"vulnerabilities":1111,"is_current":446},"3.5.11","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.11.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.11\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.10&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.11",[],{"version":1113,"download_url":1114,"svn_tag_url":1115,"released_at":29,"has_diff":446,"diff_files_changed":1116,"diff_lines":29,"trac_diff_url":1117,"vulnerabilities":1118,"is_current":446},"3.5.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.9&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.10",[],{"version":1120,"download_url":1121,"svn_tag_url":1122,"released_at":29,"has_diff":446,"diff_files_changed":1123,"diff_lines":29,"trac_diff_url":1124,"vulnerabilities":1125,"is_current":446},"3.5.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.8&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.9",[],{"version":1127,"download_url":1128,"svn_tag_url":1129,"released_at":29,"has_diff":446,"diff_files_changed":1130,"diff_lines":29,"trac_diff_url":1131,"vulnerabilities":1132,"is_current":446},"3.5.8","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.8.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.8\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.7.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.8",[],{"version":1134,"download_url":1135,"svn_tag_url":1136,"released_at":29,"has_diff":446,"diff_files_changed":1137,"diff_lines":29,"trac_diff_url":1138,"vulnerabilities":1139,"is_current":446},"3.5.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.7.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.7&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.7.1",[],{"version":1141,"download_url":1142,"svn_tag_url":1143,"released_at":29,"has_diff":446,"diff_files_changed":1144,"diff_lines":29,"trac_diff_url":1145,"vulnerabilities":1146,"is_current":446},"3.5.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.7",[],{"version":1148,"download_url":1149,"svn_tag_url":1150,"released_at":29,"has_diff":446,"diff_files_changed":1151,"diff_lines":29,"trac_diff_url":1152,"vulnerabilities":1153,"is_current":446},"3.5.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.6",[],{"version":1155,"download_url":1156,"svn_tag_url":1157,"released_at":29,"has_diff":446,"diff_files_changed":1158,"diff_lines":29,"trac_diff_url":1159,"vulnerabilities":1160,"is_current":446},"3.5.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.5",[],{"version":1162,"download_url":1163,"svn_tag_url":1164,"released_at":29,"has_diff":446,"diff_files_changed":1165,"diff_lines":29,"trac_diff_url":1166,"vulnerabilities":1167,"is_current":446},"3.5.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.4",[],{"version":1169,"download_url":1170,"svn_tag_url":1171,"released_at":29,"has_diff":446,"diff_files_changed":1172,"diff_lines":29,"trac_diff_url":1173,"vulnerabilities":1174,"is_current":446},"3.5.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.3",[],{"version":1176,"download_url":1177,"svn_tag_url":1178,"released_at":29,"has_diff":446,"diff_files_changed":1179,"diff_lines":29,"trac_diff_url":1180,"vulnerabilities":1181,"is_current":446},"3.5.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.1.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.2",[],{"version":1183,"download_url":1184,"svn_tag_url":1185,"released_at":29,"has_diff":446,"diff_files_changed":1186,"diff_lines":29,"trac_diff_url":1187,"vulnerabilities":1188,"is_current":446},"3.5.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.5.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.1.1",[],{"version":1190,"download_url":1191,"svn_tag_url":1192,"released_at":29,"has_diff":446,"diff_files_changed":1193,"diff_lines":29,"trac_diff_url":1194,"vulnerabilities":1195,"is_current":446},"3.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.5.0",[],{"version":1197,"download_url":1198,"svn_tag_url":1199,"released_at":29,"has_diff":446,"diff_files_changed":1200,"diff_lines":29,"trac_diff_url":1201,"vulnerabilities":1202,"is_current":446},"3.4.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.5.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.6",[],{"version":1204,"download_url":1205,"svn_tag_url":1206,"released_at":29,"has_diff":446,"diff_files_changed":1207,"diff_lines":29,"trac_diff_url":1208,"vulnerabilities":1209,"is_current":446},"3.4.5.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.5.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.5.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.5.1",[],{"version":1211,"download_url":1212,"svn_tag_url":1213,"released_at":29,"has_diff":446,"diff_files_changed":1214,"diff_lines":29,"trac_diff_url":1215,"vulnerabilities":1216,"is_current":446},"3.4.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.5",[],{"version":1218,"download_url":1219,"svn_tag_url":1220,"released_at":29,"has_diff":446,"diff_files_changed":1221,"diff_lines":29,"trac_diff_url":1222,"vulnerabilities":1223,"is_current":446},"3.4.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.4",[],{"version":1225,"download_url":1226,"svn_tag_url":1227,"released_at":29,"has_diff":446,"diff_files_changed":1228,"diff_lines":29,"trac_diff_url":1229,"vulnerabilities":1230,"is_current":446},"3.4.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.3",[],{"version":1232,"download_url":1233,"svn_tag_url":1234,"released_at":29,"has_diff":446,"diff_files_changed":1235,"diff_lines":29,"trac_diff_url":1236,"vulnerabilities":1237,"is_current":446},"3.4.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.2",[],{"version":1239,"download_url":1240,"svn_tag_url":1241,"released_at":29,"has_diff":446,"diff_files_changed":1242,"diff_lines":29,"trac_diff_url":1243,"vulnerabilities":1244,"is_current":446},"3.4.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.4.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.1",[],{"version":62,"download_url":1246,"svn_tag_url":1247,"released_at":29,"has_diff":446,"diff_files_changed":1248,"diff_lines":29,"trac_diff_url":1249,"vulnerabilities":1250,"is_current":446},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.4.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.4.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.3.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.4.0",[],{"version":1252,"download_url":1253,"svn_tag_url":1254,"released_at":29,"has_diff":446,"diff_files_changed":1255,"diff_lines":29,"trac_diff_url":1256,"vulnerabilities":1257,"is_current":446},"3.3.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.3.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.3.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.3.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.3.3",[],{"version":1259,"download_url":1260,"svn_tag_url":1261,"released_at":29,"has_diff":446,"diff_files_changed":1262,"diff_lines":29,"trac_diff_url":1263,"vulnerabilities":1264,"is_current":446},"3.3.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.3.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.3.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.3.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.3.2",[],{"version":1266,"download_url":1267,"svn_tag_url":1268,"released_at":29,"has_diff":446,"diff_files_changed":1269,"diff_lines":29,"trac_diff_url":1270,"vulnerabilities":1271,"is_current":446},"3.3.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.3.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.3.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.3.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.3.1",[],{"version":1273,"download_url":1274,"svn_tag_url":1275,"released_at":29,"has_diff":446,"diff_files_changed":1276,"diff_lines":29,"trac_diff_url":1277,"vulnerabilities":1278,"is_current":446},"3.3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.3.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.2.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.3.0",[],{"version":1280,"download_url":1281,"svn_tag_url":1282,"released_at":29,"has_diff":446,"diff_files_changed":1283,"diff_lines":29,"trac_diff_url":1284,"vulnerabilities":1285,"is_current":446},"3.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.2.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.2.1",[],{"version":1287,"download_url":1288,"svn_tag_url":1289,"released_at":29,"has_diff":446,"diff_files_changed":1290,"diff_lines":29,"trac_diff_url":1291,"vulnerabilities":1292,"is_current":446},"3.2.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.2.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.2.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.7&new_path=%2Fadmin-page-framework%2Ftags%2F3.2.0",[],{"version":1294,"download_url":1295,"svn_tag_url":1296,"released_at":29,"has_diff":446,"diff_files_changed":1297,"diff_lines":29,"trac_diff_url":1298,"vulnerabilities":1299,"is_current":446},"3.1.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.7",[],{"version":1301,"download_url":1302,"svn_tag_url":1303,"released_at":29,"has_diff":446,"diff_files_changed":1304,"diff_lines":29,"trac_diff_url":1305,"vulnerabilities":1306,"is_current":446},"3.1.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.6",[],{"version":1308,"download_url":1309,"svn_tag_url":1310,"released_at":29,"has_diff":446,"diff_files_changed":1311,"diff_lines":29,"trac_diff_url":1312,"vulnerabilities":1313,"is_current":446},"3.1.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.5",[],{"version":1315,"download_url":1316,"svn_tag_url":1317,"released_at":29,"has_diff":446,"diff_files_changed":1318,"diff_lines":29,"trac_diff_url":1319,"vulnerabilities":1320,"is_current":446},"3.1.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.4",[],{"version":1322,"download_url":1323,"svn_tag_url":1324,"released_at":29,"has_diff":446,"diff_files_changed":1325,"diff_lines":29,"trac_diff_url":1326,"vulnerabilities":1327,"is_current":446},"3.1.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.3",[],{"version":1329,"download_url":1330,"svn_tag_url":1331,"released_at":29,"has_diff":446,"diff_files_changed":1332,"diff_lines":29,"trac_diff_url":1333,"vulnerabilities":1334,"is_current":446},"3.1.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.2",[],{"version":1336,"download_url":1337,"svn_tag_url":1338,"released_at":29,"has_diff":446,"diff_files_changed":1339,"diff_lines":29,"trac_diff_url":1340,"vulnerabilities":1341,"is_current":446},"3.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.1.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.1",[],{"version":1343,"download_url":1344,"svn_tag_url":1345,"released_at":29,"has_diff":446,"diff_files_changed":1346,"diff_lines":29,"trac_diff_url":1347,"vulnerabilities":1348,"is_current":446},"3.1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.1.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.6&new_path=%2Fadmin-page-framework%2Ftags%2F3.1.0",[],{"version":1350,"download_url":1351,"svn_tag_url":1352,"released_at":29,"has_diff":446,"diff_files_changed":1353,"diff_lines":29,"trac_diff_url":1354,"vulnerabilities":1355,"is_current":446},"3.0.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.5&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.6",[],{"version":1357,"download_url":1358,"svn_tag_url":1359,"released_at":29,"has_diff":446,"diff_files_changed":1360,"diff_lines":29,"trac_diff_url":1361,"vulnerabilities":1362,"is_current":446},"3.0.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.5",[],{"version":1364,"download_url":1365,"svn_tag_url":1366,"released_at":29,"has_diff":446,"diff_files_changed":1367,"diff_lines":29,"trac_diff_url":1368,"vulnerabilities":1369,"is_current":446},"3.0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.4",[],{"version":1371,"download_url":1372,"svn_tag_url":1373,"released_at":29,"has_diff":446,"diff_files_changed":1374,"diff_lines":29,"trac_diff_url":1375,"vulnerabilities":1376,"is_current":446},"3.0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.3",[],{"version":1378,"download_url":1379,"svn_tag_url":1380,"released_at":29,"has_diff":446,"diff_files_changed":1381,"diff_lines":29,"trac_diff_url":1382,"vulnerabilities":1383,"is_current":446},"3.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.4&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.2",[],{"version":1385,"download_url":1386,"svn_tag_url":1387,"released_at":29,"has_diff":446,"diff_files_changed":1388,"diff_lines":29,"trac_diff_url":1389,"vulnerabilities":1390,"is_current":446},"3.0.1.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.1.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.1.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.3&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.4",[],{"version":1392,"download_url":1393,"svn_tag_url":1394,"released_at":29,"has_diff":446,"diff_files_changed":1395,"diff_lines":29,"trac_diff_url":1396,"vulnerabilities":1397,"is_current":446},"3.0.1.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.1.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.1.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.3",[],{"version":1399,"download_url":1400,"svn_tag_url":1401,"released_at":29,"has_diff":446,"diff_files_changed":1402,"diff_lines":29,"trac_diff_url":1403,"vulnerabilities":1404,"is_current":446},"3.0.1.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.2",[],{"version":1406,"download_url":1407,"svn_tag_url":1408,"released_at":29,"has_diff":446,"diff_files_changed":1409,"diff_lines":29,"trac_diff_url":1410,"vulnerabilities":1411,"is_current":446},"3.0.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.1.1",[],{"version":1413,"download_url":1414,"svn_tag_url":1415,"released_at":29,"has_diff":446,"diff_files_changed":1416,"diff_lines":29,"trac_diff_url":1417,"vulnerabilities":1418,"is_current":446},"3.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.0.1&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.1",[],{"version":1420,"download_url":1421,"svn_tag_url":1422,"released_at":29,"has_diff":446,"diff_files_changed":1423,"diff_lines":29,"trac_diff_url":1424,"vulnerabilities":1425,"is_current":446},"3.0.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F3.0.0&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.0.1",[],{"version":1427,"download_url":1428,"svn_tag_url":1429,"released_at":29,"has_diff":446,"diff_files_changed":1430,"diff_lines":29,"trac_diff_url":1431,"vulnerabilities":1432,"is_current":446},"3.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.3.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F3.0.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.7.2&new_path=%2Fadmin-page-framework%2Ftags%2F3.0.0",[],{"version":1434,"download_url":1435,"svn_tag_url":1436,"released_at":29,"has_diff":446,"diff_files_changed":1437,"diff_lines":29,"trac_diff_url":1438,"vulnerabilities":1439,"is_current":446},"2.1.7.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.7.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.7.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.7.1&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.7.2",[],{"version":1441,"download_url":1442,"svn_tag_url":1443,"released_at":29,"has_diff":446,"diff_files_changed":1444,"diff_lines":29,"trac_diff_url":1445,"vulnerabilities":1446,"is_current":446},"2.1.7.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.7.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.7.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.7&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.7.1",[],{"version":1448,"download_url":1449,"svn_tag_url":1450,"released_at":29,"has_diff":446,"diff_files_changed":1451,"diff_lines":29,"trac_diff_url":1452,"vulnerabilities":1453,"is_current":446},"2.1.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.6&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.7",[],{"version":1455,"download_url":1456,"svn_tag_url":1457,"released_at":29,"has_diff":446,"diff_files_changed":1458,"diff_lines":29,"trac_diff_url":1459,"vulnerabilities":1460,"is_current":446},"2.1.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.5&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.6",[],{"version":1462,"download_url":1463,"svn_tag_url":1464,"released_at":29,"has_diff":446,"diff_files_changed":1465,"diff_lines":29,"trac_diff_url":1466,"vulnerabilities":1467,"is_current":446},"2.1.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.4&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.5",[],{"version":1469,"download_url":1470,"svn_tag_url":1471,"released_at":29,"has_diff":446,"diff_files_changed":1472,"diff_lines":29,"trac_diff_url":1473,"vulnerabilities":1474,"is_current":446},"2.1.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.3&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.4",[],{"version":1476,"download_url":1477,"svn_tag_url":1478,"released_at":29,"has_diff":446,"diff_files_changed":1479,"diff_lines":29,"trac_diff_url":1480,"vulnerabilities":1481,"is_current":446},"2.1.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.1.2&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.3",[],{"version":1483,"download_url":1484,"svn_tag_url":1485,"released_at":29,"has_diff":446,"diff_files_changed":1486,"diff_lines":29,"trac_diff_url":1487,"vulnerabilities":1488,"is_current":446},"2.1.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.0.2&new_path=%2Fadmin-page-framework%2Ftags%2F2.1.2",[],{"version":1490,"download_url":1491,"svn_tag_url":1492,"released_at":29,"has_diff":446,"diff_files_changed":1493,"diff_lines":29,"trac_diff_url":1494,"vulnerabilities":1495,"is_current":446},"2.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.0.1&new_path=%2Fadmin-page-framework%2Ftags%2F2.0.2",[],{"version":1497,"download_url":1498,"svn_tag_url":1499,"released_at":29,"has_diff":446,"diff_files_changed":1500,"diff_lines":29,"trac_diff_url":1501,"vulnerabilities":1502,"is_current":446},"2.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F2.0.0&new_path=%2Fadmin-page-framework%2Ftags%2F2.0.1",[],{"version":1504,"download_url":1505,"svn_tag_url":1506,"released_at":29,"has_diff":446,"diff_files_changed":1507,"diff_lines":29,"trac_diff_url":1508,"vulnerabilities":1509,"is_current":446},"2.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.2.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F2.0.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.4&new_path=%2Fadmin-page-framework%2Ftags%2F2.0.0",[],{"version":1511,"download_url":1512,"svn_tag_url":1513,"released_at":29,"has_diff":446,"diff_files_changed":1514,"diff_lines":29,"trac_diff_url":1515,"vulnerabilities":1516,"is_current":446},"1.0.4.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.4.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.4.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.3&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.4",[],{"version":1518,"download_url":1519,"svn_tag_url":1520,"released_at":29,"has_diff":446,"diff_files_changed":1521,"diff_lines":29,"trac_diff_url":1522,"vulnerabilities":1523,"is_current":446},"1.0.4.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.4.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.4.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.2&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.3",[],{"version":1525,"download_url":1526,"svn_tag_url":1527,"released_at":29,"has_diff":446,"diff_files_changed":1528,"diff_lines":29,"trac_diff_url":1529,"vulnerabilities":1530,"is_current":446},"1.0.4.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.4.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.4.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.1&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.2",[],{"version":1532,"download_url":1533,"svn_tag_url":1534,"released_at":29,"has_diff":446,"diff_files_changed":1535,"diff_lines":29,"trac_diff_url":1536,"vulnerabilities":1537,"is_current":446},"1.0.4.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.4.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.4.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.4&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.4.1",[],{"version":1539,"download_url":1540,"svn_tag_url":1541,"released_at":29,"has_diff":446,"diff_files_changed":1542,"diff_lines":29,"trac_diff_url":1543,"vulnerabilities":1544,"is_current":446},"1.0.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.3.3&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.4",[],{"version":1546,"download_url":1547,"svn_tag_url":1548,"released_at":29,"has_diff":446,"diff_files_changed":1549,"diff_lines":29,"trac_diff_url":1550,"vulnerabilities":1551,"is_current":446},"1.0.3.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.3.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.3.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.3.2&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.3.3",[],{"version":1553,"download_url":1554,"svn_tag_url":1555,"released_at":29,"has_diff":446,"diff_files_changed":1556,"diff_lines":29,"trac_diff_url":1557,"vulnerabilities":1558,"is_current":446},"1.0.3.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.3.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.3.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.3.1&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.3.2",[],{"version":1560,"download_url":1561,"svn_tag_url":1562,"released_at":29,"has_diff":446,"diff_files_changed":1563,"diff_lines":29,"trac_diff_url":1564,"vulnerabilities":1565,"is_current":446},"1.0.3.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.3.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.3.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.3&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.3.1",[],{"version":1567,"download_url":1568,"svn_tag_url":1569,"released_at":29,"has_diff":446,"diff_files_changed":1570,"diff_lines":29,"trac_diff_url":1571,"vulnerabilities":1572,"is_current":446},"1.0.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.2.3&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.3",[],{"version":1574,"download_url":1575,"svn_tag_url":1576,"released_at":29,"has_diff":446,"diff_files_changed":1577,"diff_lines":29,"trac_diff_url":1578,"vulnerabilities":1579,"is_current":446},"1.0.2.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.2.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.2.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.2.2&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.2.3",[],{"version":1581,"download_url":1582,"svn_tag_url":1583,"released_at":29,"has_diff":446,"diff_files_changed":1584,"diff_lines":29,"trac_diff_url":1585,"vulnerabilities":1586,"is_current":446},"1.0.2.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.2.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.2.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.2.1&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.2.2",[],{"version":1588,"download_url":1589,"svn_tag_url":1590,"released_at":29,"has_diff":446,"diff_files_changed":1591,"diff_lines":29,"trac_diff_url":1592,"vulnerabilities":1593,"is_current":446},"1.0.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.2&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.2.1",[],{"version":1595,"download_url":1596,"svn_tag_url":1597,"released_at":29,"has_diff":446,"diff_files_changed":1598,"diff_lines":29,"trac_diff_url":1599,"vulnerabilities":1600,"is_current":446},"1.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.1.2&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.2",[],{"version":1602,"download_url":1603,"svn_tag_url":1604,"released_at":29,"has_diff":446,"diff_files_changed":1605,"diff_lines":29,"trac_diff_url":1606,"vulnerabilities":1607,"is_current":446},"1.0.1.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.1.1&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.1.2",[],{"version":1609,"download_url":1610,"svn_tag_url":1611,"released_at":29,"has_diff":446,"diff_files_changed":1612,"diff_lines":29,"trac_diff_url":1613,"vulnerabilities":1614,"is_current":446},"1.0.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.0.2&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.1.1",[],{"version":1616,"download_url":1617,"svn_tag_url":1618,"released_at":29,"has_diff":446,"diff_files_changed":1619,"diff_lines":29,"trac_diff_url":1620,"vulnerabilities":1621,"is_current":446},"1.0.0.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.0.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.0.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.0.1&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.0.2",[],{"version":1623,"download_url":1624,"svn_tag_url":1625,"released_at":29,"has_diff":446,"diff_files_changed":1626,"diff_lines":29,"trac_diff_url":1627,"vulnerabilities":1628,"is_current":446},"1.0.0.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.0.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.0.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fadmin-page-framework%2Ftags%2F1.0.0.0&new_path=%2Fadmin-page-framework%2Ftags%2F1.0.0.1",[],{"version":1630,"download_url":1631,"svn_tag_url":1632,"released_at":29,"has_diff":446,"diff_files_changed":1633,"diff_lines":29,"trac_diff_url":29,"vulnerabilities":1634,"is_current":446},"1.0.0.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadmin-page-framework.1.0.0.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fadmin-page-framework\u002Ftags\u002F1.0.0.0\u002F",[],[]]