woocommerce
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114insert-headers-and-footers
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114broken-link-checker
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114gravityperks
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114gravityperks
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114hurrytimer
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114woocommerce-jos-autocoupon
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114hustle
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114rocket
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114wordpress-seo
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114woo-cart-abandonment-recovery
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php on line 6114 $location = wp_sanitize_redirect( $location );
if ( ! $is_IIS && 'cgi-fcgi' !== PHP_SAPI ) {
status_header( $status ); // This causes problems on IIS and some FastCGI setups.
}
/**
* Filters the X-Redirect-By header.
*
* Allows applications to identify themselves when they're doing a redirect.
*
* @since 5.1.0
*
* @param string|false $x_redirect_by The application doing the redirect or false to omit the header.
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/
$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );
if ( is_string( $x_redirect_by ) ) {
header( "X-Redirect-By: $x_redirect_by" );
}
header( "Location: $location", true, $status );
return true;
}
endif;
if ( ! function_exists( 'wp_sanitize_redirect' ) ) :
/**
* Sanitizes a URL for use in a redirect.
*
* @since 2.3.0
*
* @param string $location The path to redirect to.
* @return string Redirect-sanitized URL.
*/
function wp_sanitize_redirect( $location ) {
// Encode spaces.
$location = str_replace( ' ', '%20', $location );
"Cannot modify header information - headers already sent by (output started at /home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/functions.php:6114)"
$location = wp_sanitize_redirect( $location );
if ( ! $is_IIS && 'cgi-fcgi' !== PHP_SAPI ) {
status_header( $status ); // This causes problems on IIS and some FastCGI setups.
}
/**
* Filters the X-Redirect-By header.
*
* Allows applications to identify themselves when they're doing a redirect.
*
* @since 5.1.0
*
* @param string|false $x_redirect_by The application doing the redirect or false to omit the header.
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/
$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );
if ( is_string( $x_redirect_by ) ) {
header( "X-Redirect-By: $x_redirect_by" );
}
header( "Location: $location", true, $status );
return true;
}
endif;
if ( ! function_exists( 'wp_sanitize_redirect' ) ) :
/**
* Sanitizes a URL for use in a redirect.
*
* @since 2.3.0
*
* @param string $location The path to redirect to.
* @return string Redirect-sanitized URL.
*/
function wp_sanitize_redirect( $location ) {
// Encode spaces.
$location = str_replace( ' ', '%20', $location );
* Filters the canonical redirect URL.
*
* Returning false to this filter will cancel the redirect.
*
* @since 2.3.0
*
* @param string $redirect_url The redirect URL.
* @param string $requested_url The requested URL.
*/
$redirect_url = apply_filters( 'redirect_canonical', $redirect_url, $requested_url );
// Yes, again -- in case the filter aborted the request.
if ( ! $redirect_url || strip_fragment_from_url( $redirect_url ) === strip_fragment_from_url( $requested_url ) ) {
return;
}
if ( $do_redirect ) {
// Protect against chained redirects.
if ( ! redirect_canonical( $redirect_url, false ) ) {
wp_redirect( $redirect_url, 301 );
exit;
} else {
// Debug.
// die("1: $redirect_url<br />2: " . redirect_canonical( $redirect_url, false ) );
return;
}
} else {
return $redirect_url;
}
}
/**
* Removes arguments from a query string if they are not present in a URL
* DO NOT use this in plugin code.
*
* @since 3.4.0
* @access private
*
* @param string $query_string
* @param array $args_to_check
$this->iterations[ $nesting_level ] = $this->priorities;
$num_args = count( $args );
do {
$this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
$priority = $this->current_priority[ $nesting_level ];
foreach ( $this->callbacks[ $priority ] as $the_ ) {
if ( ! $this->doing_action ) {
$args[0] = $value;
}
// Avoid the array_slice() if possible.
if ( 0 === $the_['accepted_args'] ) {
$value = call_user_func( $the_['function'] );
} elseif ( $the_['accepted_args'] >= $num_args ) {
$value = call_user_func_array( $the_['function'], $args );
} else {
$value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
}
}
} while ( false !== next( $this->iterations[ $nesting_level ] ) );
unset( $this->iterations[ $nesting_level ] );
unset( $this->current_priority[ $nesting_level ] );
--$this->nesting_level;
return $value;
}
/**
* Calls the callback functions that have been added to an action hook.
*
* @since 4.7.0
*
* @param array $args Parameters to pass to the callback functions.
} while ( false !== next( $this->iterations[ $nesting_level ] ) );
unset( $this->iterations[ $nesting_level ] );
unset( $this->current_priority[ $nesting_level ] );
--$this->nesting_level;
return $value;
}
/**
* Calls the callback functions that have been added to an action hook.
*
* @since 4.7.0
*
* @param array $args Parameters to pass to the callback functions.
*/
public function do_action( $args ) {
$this->doing_action = true;
$this->apply_filters( '', $args );
// If there are recursive calls to the current action, we haven't finished it until we get to the last one.
if ( ! $this->nesting_level ) {
$this->doing_action = false;
}
}
/**
* Processes the functions hooked into the 'all' hook.
*
* @since 4.7.0
*
* @param array $args Arguments to pass to the hook callbacks. Passed by reference.
*/
public function do_all_hook( &$args ) {
$nesting_level = $this->nesting_level++;
$this->iterations[ $nesting_level ] = $this->priorities;
do {
$priority = current( $this->iterations[ $nesting_level ] );
if ( ! isset( $wp_filter[ $hook_name ] ) ) {
if ( isset( $wp_filter['all'] ) ) {
array_pop( $wp_current_filter );
}
return;
}
if ( ! isset( $wp_filter['all'] ) ) {
$wp_current_filter[] = $hook_name;
}
if ( empty( $arg ) ) {
$arg[] = '';
} elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {
// Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
$arg[0] = $arg[0][0];
}
$wp_filter[ $hook_name ]->do_action( $arg );
array_pop( $wp_current_filter );
}
/**
* Calls the callback functions that have been added to an action hook, specifying arguments in an array.
*
* @since 2.1.0
*
* @see do_action() This function is identical, but the arguments passed to the
* functions hooked to `$hook_name` are supplied using an array.
*
* @global WP_Hook[] $wp_filter Stores all of the filters and actions.
* @global int[] $wp_actions Stores the number of times each action was triggered.
* @global string[] $wp_current_filter Stores the list of current filters with the current one last.
*
* @param string $hook_name The name of the action to be executed.
* @param array $args The arguments supplied to the functions hooked to `$hook_name`.
*/
function do_action_ref_array( $hook_name, $args ) {
<?php
/**
* Loads the correct template based on the visitor's url
*
* @package WordPress
*/
if ( wp_using_themes() ) {
/**
* Fires before determining which template to load.
*
* @since 1.5.0
*/
do_action( 'template_redirect' );
}
/**
* Filters whether to allow 'HEAD' requests to generate content.
*
* Provides a significant performance bump by exiting before the page
* content loads for 'HEAD' requests. See #14348.
*
* @since 3.5.0
*
* @param bool $exit Whether to exit without generating any content for 'HEAD' requests. Default true.
*/
if ( 'HEAD' === $_SERVER['REQUEST_METHOD'] && apply_filters( 'exit_on_http_head', true ) ) {
exit;
}
// Process feeds and trackbacks even if not using themes.
if ( is_robots() ) {
/**
* Fired when the template loader determines a robots.txt request.
*
* @since 2.1.0
*/
do_action( 'do_robots' );
return;
} elseif ( is_favicon() ) {
/**
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
"/home/storm/sites/rcyjz-nimsite-uk/public/wp-includes/template-loader.php"
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
"/home/storm/sites/rcyjz-nimsite-uk/public/wp-blog-header.php"
Key | Value |
query_vars | array:1 [ "p" => "6994" ] |
query_string | "p=6994"
|
Key | Value |
query | array:1 [ "p" => "6994" ] |
query_vars | array:65 [ "p" => 6994 "error" => "" "m" => "" "post_parent" => "" "subpost" => "" "subpost_id" => "" "attachment" => "" "attachment_id" => 0 "name" => "" "pagename" => "" "page_id" => 0 "second" => "" "minute" => "" "hour" => "" "day" => 0 "monthnum" => 0 "year" => 0 "w" => 0 "category_name" => "" "tag" => "" "cat" => "" "tag_id" => "" "author" => "" "author_name" => "" "feed" => "" "tb" => "" "paged" => 0 "meta_key" => "" "meta_value" => "" "preview" => "" "s" => "" "sentence" => "" "title" => "" "fields" => "" "menu_order" => "" "embed" => "" "category__in" => [] "category__not_in" => [] "category__and" => [] "post__in" => [] "post__not_in" => [] "post_name__in" => [] "tag__in" => [] "tag__not_in" => [] "tag__and" => [] "tag_slug__in" => [] "tag_slug__and" => [] "post_parent__in" => [] "post_parent__not_in" => [] "author__in" => [] "author__not_in" => [] "search_columns" => [] "ignore_sticky_posts" => false "suppress_filters" => false "cache_results" => true "update_post_term_cache" => true "update_menu_item_cache" => false "lazy_load_term_meta" => true "update_post_meta_cache" => true "post_type" => "" "posts_per_page" => 12 "nopaging" => false "comments_per_page" => "50" "no_found_rows" => false "order" => "DESC" ] |
meta_query | WP_Meta_Query {#7050} |
queried_object | WP_Post {#7029} |
queried_object_id | 6994
|
request | """ SELECT wp_2_posts.*\n \t\t\t\t\t FROM wp_2_posts \n \t\t\t\t\t WHERE 1=1 AND wp_2_posts.ID = 6994 AND wp_2_posts.post_type = 'post'\n \t\t\t\t\t \n \t\t\t\t\t ORDER BY wp_2_posts.post_date DESC\n \t\t\t\t\t """ |
post_count | 1
|
current_post | -1
|
before_loop | true
|
current_comment | -1
|
found_posts | 1
|
is_single | true
|
is_singular | true
|
Key | Value |
ID | 6994
|
post_author | "1"
|
post_date | "2014-05-07 08:00:46"
|
post_date_gmt | "2014-05-07 08:00:46"
|
post_content | """ Our workshop team here at Distinctive Chesterfields uses every last inch of our 100% bovine leather hides to handcraft our stunning sofas and chairs, even saving what small scraps are sometimes left over to send off to the people who make the buttons which feature on the furniture's unique buttoned backs. And we're about to introduce you to someone else who knows all about utilising every last piece of material to make something truly special...\n \n Meet <a href="http://www.alybond.co.uk">Alyson Bond</a>, who receives gorgeous old leather coats from her customers, before fashioning them into equally lovely handmade leather bags. She's even made one of her popular leather bags from an old chesterfield, which is what prompted us to contact her for our Handmade Heroes slot here on the blog.\n <p style="text-align: center;"><a href="/wp-content/uploads/sites/2/2014/04/hand-made-heroes11.png"><img class="alignnone size-full wp-image-4269 aligncenter" alt="hand-made-heroes1" src="/wp-content/uploads/sites/2/2014/04/hand-made-heroes11.png" width="200" height="200" /></a></p>\n <p style="text-align: left;">Without further ado, then, here's a fun Q&A with Alyson herself, who discovered a love for sewing as a youngster and has since made that hobby into a full-time job. Take it away, Alyson...</p>\n <p style="text-align: center;"><a href="/wp-content/uploads/sites/2/2014/04/Alyson.jpg"><img class="alignnone size-full wp-image-4263" alt="Alyson" src="/wp-content/uploads/sites/2/2014/04/Alyson.jpg" width="412" height="348" /></a></p>\n <p style="text-align: center;"><em>Alyson Bond</em></p>\n <strong>Distinctive Chesterfields (DC): You’ve managed to make a full-time business of making leather bags. But tell us, how did the idea first come about?</strong>\n \n <strong></strong>Alyson: After making one for myself and getting lots of comments about it from friends and mums on the playground and going on to make them one too, I actually thought this could be a business.\n \n <strong>DC: You say creating bags from leather jackets is a great way to preserve memories? How rewarding is to turn an old jacket that no longer fits into something people can still enjoy using?</strong>\n \n Alyson: It is just the most satisfying thing to create a bag for my customer and to see their face when I had the bag over, filled with memories of a family member, for example, or just of a garment that no longer fits.\n <p style="text-align: center;"><a href="/wp-content/uploads/sites/2/2014/04/Bag-3.jpg"><img class="alignnone wp-image-4243" alt="Bag 3" src="/wp-content/uploads/sites/2/2014/04/Bag-3.jpg" width="726" height="484" /></a></p>\n <strong>DC: It was a YouTube video that prompted you to have a go at making your first bag, wasn’t it? But how does that first creation compare to the bags you make now?</strong>\n \n <strong></strong>Alyson: I still have my first creation, it is pretty crudely made and shabby but I wouldn't part with it as it shows how far I have come. I made it with my domestic machine and struggled with the foot and needle, but now I use an industrial machine built for the job.\n \n <strong>DC: You sell your bags at London's Spitalfields market, as well as receiving order requests from across the world. What kind of customer loves your product?</strong>\n \n Alyson: I hopefully appeal to all ages and both sexes and people passionate about recycing, upcycling and eco, as well as anyone looking to go down the memory, personal, bespoke service route.\n \n <strong>DC: We believe you made a leather bag from an old chesterfield sofa. How did this come about?</strong>\n \n <strong></strong>Alyson: My friend in her 70s stripped down her chesterfield sofa when she recently changed her sofa for a new one, and sent me the leather to reuse. I have loved making the chesterfield clutch bags, it really is fabulous - faded and loved old leather full of history, including all the old buttons too.\n \n <strong>DC: Are you a fan of TV shows like The Sewing Bee? And has the programme inspired you to be even more creative with your bag designs?</strong>\n \n Alyson: I was absolutely addicted to the Sewing Bee - and yes it has opened up my eyes to many new opportunities to me.\n \n <strong>DC: You say you hate wasting things, so it’s great that old jackets are being put to good use. Are you big on upcycling in general?</strong>\n \n Alyson: I am afraid I am typical of a lot of creative people, and I am a hoarder of all things fabric and leather!\n \n <strong>DC: The bag-making process starts for you when you receive a customer’s old coat. But have you ever received one that you couldn't bear to cut up?</strong>\n \n Alyson: Occasionally one will arrive in the post I have bought and it ends up in my wearing wardrobe for a while, before the chop! I did recently have sent to me a WWII Trench coat that really bothered me to cut up, but when its belongs to the customer I just have to get on with it. It did become a rather cool cylinder round end duffle holdall which worked well with the features of the coat.\n <p style="text-align: center;"><a href="/wp-content/uploads/sites/2/2014/04/Bag-2.jpg"><img class="alignnone wp-image-4242" alt="Bag 2" src="/wp-content/uploads/sites/2/2014/04/Bag-2.jpg" width="933" height="622" /></a></p>\n <p style="text-align: left;"><strong>DC: You’ve been sewing since the age of 12. What and who was it that introduced you to the hobby?</strong></p>\n <p style="text-align: left;"><strong></strong>Alyson: My Mum; as far back as a very young child I remember her sewing box which I used to love rummaging through. My sewing teacher at high school was a patient lovely lady that inspired me to dress make, she sadly died very young around the time of me leaving school but remains in my thoughts often.</p>\n <p style="text-align: left;"><strong>DC: You have two kids; have you managed to coax them into learning to sew too? </strong></p>\n <p style="text-align: left;">Alyson: My two children are both creative in many ways but so far no interest in sewing.</p>\n <p style="text-align: left;"><strong>DC: Finally, where do you see your business going? Where would you like to see the company in five years’ time? </strong></p>\n <p style="text-align: left;">Alyson: I will always be continuing with the reusing upcycling theme and hope to make a range of bags with upcycled car leathers soon and also furniture leather.</p>\n <p style="text-align: left;">Thanks to Alyson for taking time out to be interviewed for our Handmade Heroes feature here on the Distinctive Chesterfields blog - keep your eyes peeled for more lighthearted interviews like this, too! You can <a href="https://twitter.com/alybondleather">follow Alyson</a> on Twitter, or head to her website at www.alybond.co.uk</p> """ |
post_title | "Handmade Heroes: Meet Seamstress Alyson Bond"
|
post_excerpt | "" |
post_status | "publish"
|
comment_status | "open"
|
ping_status | "open"
|
post_password | "" |
post_name | "handmade-heroes-meet-seamstress-alyson-bond"
|
to_ping | "" |
pinged | "" |
post_modified | "2024-04-02 21:07:48"
|
post_modified_gmt | "2024-04-02 21:07:48"
|
post_content_filtered | "" |
post_parent | 0
|
guid | "http://distinctive-test.smith.co.uk/en-us/blog/2014/05/07/handmade-heroes-meet-seamstress-alyson-bond/"
|
menu_order | 0
|
post_type | "post"
|
post_mime_type | "" |
comment_count | "0"
|
filter | "raw"
|
Key | Value |
p | "6994"
|
Key | Value |
RWSESSID | "1993876f525f8d32edafe6e0f2f8f4da"
|
Key | Value |
SERVER_SOFTWARE | "Apache"
|
REQUEST_URI | "/en-us/?p=6994"
|
USER | "rcyjz-nimsite-uk"
|
HOME | "/home/storm/sites/rcyjz-nimsite-uk"
|
SCRIPT_NAME | "/index.php"
|
QUERY_STRING | "p=6994"
|
REQUEST_METHOD | "GET"
|
SERVER_PROTOCOL | "HTTP/1.0"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
REDIRECT_QUERY_STRING | "p=6994"
|
REDIRECT_URL | "/en-us/"
|
REMOTE_PORT | "45086"
|
SCRIPT_FILENAME | "/home/storm/sites/rcyjz-nimsite-uk/public/index.php"
|
SERVER_ADMIN | "[no address given]"
|
CONTEXT_DOCUMENT_ROOT | "/home/storm/sites/rcyjz-nimsite-uk/public"
|
CONTEXT_PREFIX | "" |
REQUEST_SCHEME | "http"
|
DOCUMENT_ROOT | "/home/storm/sites/rcyjz-nimsite-uk/public"
|
REMOTE_ADDR | "3.145.62.46"
|
SERVER_PORT | "80"
|
SERVER_ADDR | "127.0.0.1"
|
SERVER_NAME | "distinctivechesterfields.com"
|
SERVER_SIGNATURE | "" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
HTTP_COOKIE | "RWSESSID=1993876f525f8d32edafe6e0f2f8f4da"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_ACCEPT | "*/*"
|
HTTP_CONNECTION | "close"
|
HTTP_X_FORWARDED_PROTO | "https"
|
HTTP_X_REAL_IP | "3.145.62.46"
|
HTTP_HOST | "distinctivechesterfields.com"
|
proxy-nokeepalive | "1"
|
HTTPS | "on"
|
REDIRECT_STATUS | "200"
|
REDIRECT_HTTPS | "on"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1736924555.165
|
REQUEST_TIME | 1736924555
|