<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Craftsman &#187; metaboxes</title>
	<atom:link href="https://www.wpcraftsman.com/tag/metaboxes/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wpcraftsman.com</link>
	<description>WordPress developer offering code snippets, tips and expert advice</description>
	<lastBuildDate>Sun, 01 Dec 2024 22:08:29 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.33</generator>
	<item>
		<title>Blurbette Plugin: Metabox Abstract</title>
		<link>https://www.wpcraftsman.com/blurbette-plugin-metabox-abstract/</link>
		<comments>https://www.wpcraftsman.com/blurbette-plugin-metabox-abstract/#comments</comments>
		<pubDate>Mon, 09 Mar 2015 18:11:36 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[metaboxes]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=393</guid>
		<description><![CDATA[One of the biggest benefits of OOP is the ability to extend classes. Depending on how the classes are organized and structured, one class can take care of a lot of tedious or repetitive work, enabling you to benefit by extending it and simply defining a few additional elements. An abstract class is one that [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/blurbette-plugin-metabox-abstract/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blurbette Plugin: Options Metabox</title>
		<link>https://www.wpcraftsman.com/blurbette-plugin-options-metabox/</link>
		<comments>https://www.wpcraftsman.com/blurbette-plugin-options-metabox/#comments</comments>
		<pubDate>Sun, 08 Mar 2015 03:44:04 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[metaboxes]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[sanitize]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=426</guid>
		<description><![CDATA[The last class in the project blueprint is the Options metabox on the Blurbette admin edit panel. The aim is to present all possible contexts in which a Blurbette could appear, and offer checkboxes for each. As a bonus, if the Blurbette was copied from a post, indicate so with a link back to the [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/blurbette-plugin-options-metabox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Admin-triggered e-mail</title>
		<link>https://www.wpcraftsman.com/admin-triggered-e-mail/</link>
		<comments>https://www.wpcraftsman.com/admin-triggered-e-mail/#comments</comments>
		<pubDate>Fri, 09 Jan 2015 00:23:31 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[metaboxes]]></category>
		<category><![CDATA[PHPMailer]]></category>
		<category><![CDATA[ThickBox]]></category>
		<category><![CDATA[wp_editor]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=117</guid>
		<description><![CDATA[Here&#8217;s something that touches on lots of topics. A &#8216;send e-mail&#8217; button within an admin panel, that opens up a ThickBox window with a standalone form and wp_editor. The metabox This requires two functions: one hooked into &#8216;add_meta_boxes&#8217; which calls the second, the metabox output function: Most of the second function builds the URL for [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/admin-triggered-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Members Only</title>
		<link>https://www.wpcraftsman.com/members-only/</link>
		<comments>https://www.wpcraftsman.com/members-only/#comments</comments>
		<pubDate>Thu, 24 Oct 2013 18:37:57 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[members-only]]></category>
		<category><![CDATA[metaboxes]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[WooCommerce]]></category>

		<guid isPermaLink="false">http://www.wpcraftsman.com/?p=44</guid>
		<description><![CDATA[Recently, I was tasked with coding a &#8216;members only&#8217; site which required a login to view all but a few pages. This turned out to be a surprisingly simple task, so I thought I&#8217;d  share the code here. The job broke down into three tasks: Allow anyone who&#8217;s logged in or else redirect to the [&#8230;]]]></description>
		<wfw:commentRss>https://www.wpcraftsman.com/members-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
