<?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>hooks &#8211; Netpad blog</title>
	<atom:link href="https://netpad.gr/tag/hooks/feed/" rel="self" type="application/rss+xml" />
	<link>https://netpad.gr</link>
	<description>My personal WordPress lab</description>
	<lastBuildDate>Sun, 05 Oct 2025 16:22:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://i0.wp.com/netpad.gr/wp-content/uploads/2025/10/cropped-netpad.gr-icon.png?fit=32%2C32&#038;ssl=1</url>
	<title>hooks &#8211; Netpad blog</title>
	<link>https://netpad.gr</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">84609741</site>	<item>
		<title>Affiliate bonus upon referral &#8211; WP plugin</title>
		<link>https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/</link>
					<comments>https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/#comments</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sun, 28 Feb 2016 12:33:37 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[Affiliates Enterprise]]></category>
		<category><![CDATA[Affiliates Pro]]></category>
		<category><![CDATA[hooks]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=307</guid>

					<description><![CDATA[This plugin gives you the ability to&#160;grant an affiliate bonus upon a new referral. If you are using&#160;Affiliates, Affiliates Pro&#160;or&#160;Affiliates Enterprise&#160;plugins from itthinx.com, you can give an extra token to your affiliates. Apart from&#160;the commission you have chosen, you can grant a bonus. Furthermore, you can&#160;also&#160;choose the amount and the currency. How it Works When [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This plugin gives you the ability to grant an affiliate bonus upon a new referral. If you are using Affiliates, Affiliates Pro or Affiliates Enterprise plugins from itthinx.com, you can give an extra token to your affiliates. Apart from the commission you have chosen, you can grant a bonus. Furthermore, you can also choose the amount and the currency. When a new referral is recorded&#8230;</p>
<p><a href="https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/affiliate-bonus-upon-referral-wp-plugin/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">307</post-id>	</item>
		<item>
		<title>Add user to group after product purchase in WP</title>
		<link>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/</link>
					<comments>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/#comments</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Thu, 18 Jun 2015 13:42:27 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Groups plugin]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=274</guid>

					<description><![CDATA[Today i will show you how to add user to group after product purchase. The snippet presented, applies if you use Groups plugin from itthinx and WooCommerce plugin. However, you can use the hook to apply whatever you want. There are several occasions where you want to do something, when an order is complete. The [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today i will show you how to add user to group after product purchase. The snippet presented, applies if you use Groups plugin from itthinx and WooCommerce plugin. However, you can use the hook to apply whatever you want. There are several occasions where you want to do something, when an order is complete. The use case is this. You want to add the new user/customer to a specific group&#8230;</p>
<p><a href="https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/add-user-to-group-after-product-purchase-in-wp/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">274</post-id>	</item>
		<item>
		<title>Custom WordPress Query With pre_get_posts</title>
		<link>https://netpad.gr/custom-wordpress-query-with-pre_get_posts/</link>
					<comments>https://netpad.gr/custom-wordpress-query-with-pre_get_posts/#comments</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sun, 01 Mar 2015 20:24:08 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[search query]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=156</guid>

					<description><![CDATA[Today i will show how you can use your custom WordPress query by simply using the hook pre_get_posts. This is an interesting hook that can modify the query before execution. As a result you can alter the WordPress query results aka the posts that come up to your blog. There are several options to do this. Whether you want to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today i will show how you can use your custom WordPress query by simply using the hook pre_get_posts. This is an interesting hook that can modify the query before execution. As a result you can alter the WordPress query results aka the posts that come up to your blog. There are several options to do this. Whether you want to limit the number of posts shown per page for example, or to include/</p>
<p><a href="https://netpad.gr/custom-wordpress-query-with-pre_get_posts/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/custom-wordpress-query-with-pre_get_posts/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">156</post-id>	</item>
		<item>
		<title>Read More Link &#8211; Modify Link Text</title>
		<link>https://netpad.gr/modify-the-read-more-link-text/</link>
					<comments>https://netpad.gr/modify-the-read-more-link-text/#respond</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sun, 08 Feb 2015 15:28:29 +0000</pubDate>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[themes]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=65</guid>

					<description><![CDATA[A few days ago i found this question posted in the WordPress Community Forum, How to modify link text for the read more link. Meaning the text that appears to the link that drives you from the summary of a post, to the full content. The answer is pretty straight forward as there is a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A few days ago i found this question posted in the WordPress Community Forum, How to modify link text for the read more link. Meaning the text that appears to the link that drives you from the summary of a post, to the full content. The answer is pretty straight forward as there is a hook you can use to change the link text to whatever you like. All you have to do is copy and paste the code&#8230;</p>
<p><a href="https://netpad.gr/modify-the-read-more-link-text/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/modify-the-read-more-link-text/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65</post-id>	</item>
		<item>
		<title>Netpad.gr &#8211; My New Blog Built with WordPress</title>
		<link>https://netpad.gr/netpad-gr-my-new-blog/</link>
					<comments>https://netpad.gr/netpad-gr-my-new-blog/#comments</comments>
		
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Thu, 05 Feb 2015 11:42:13 +0000</pubDate>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Highwind Child Theme]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[themes]]></category>
		<guid isPermaLink="false">http://netpad.gr/netpad/?p=11</guid>

					<description><![CDATA[&#8230;and a brand new challenge has begun for me with netpad.gr. I chose Highwind theme for my new blog and from the moment i installed it i started tweaking it, after creating a Child Theme. First, i removed the gravatar from the header Perhaps i will re-add it later on but for the time being i [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>and a brand new challenge has begun for me with netpad.gr. I chose Highwind theme for my new blog and from the moment i installed it i started tweaking it, after creating a Child Theme. Perhaps i will re&#x2d;add it later on but for the time being i just want it as simple as possible. I simply added this filter to the functions.php and it was gone. Since i call it netpad.gr, i didn&rsquo;t want it to&#8230;</p>
<p><a href="https://netpad.gr/netpad-gr-my-new-blog/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://netpad.gr/netpad-gr-my-new-blog/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11</post-id>	</item>
	</channel>
</rss>
